
nextpage 作者: sylecn
use SPC key to go to next page when at the bottom of a page
必須使用 Firefox 才能使用此擴充套件
擴充套件後設資料
畫面擷圖





關於此擴充套件
When reading online documents or novels, I usually use SPC to scroll page. But SPC doesn't go to next page automatically. This add-on rebinds SPC key so that it scrolls page when there is more on the page, it goes to next page when you are at the bottom of a page. You can also press n key anytime to go to next page directly. From v2.12.0, it also prerender or prefetch next page link to speed up page load.
nextpage is free software released under GPLv3. The source code is hosted at github.
BUG Report
===================
If you found a problem and would like to get it fixed, please report it here:
https://github.com/sylecn/ff-nextpage/issues
nextpage tries hard to not get in your way. If you find nextpage breaks your blog admin panel, some online registration form, or any kind of cool web application, please report a bug. You can also use (ignore-on "URL_REGEXP") in user config to disable this add-on on given website.
Currently English, Chinese and German web pages are supported.
nextpage allows you to bind keys to some nextpage related functions. Here is the default key-bindings:
You can disable/overwrite built-in bindings and define your own bindings easily. Read the built-in help document with the installed add-on for more information. Click help button in add-on option.
In user preferences page,
You can bind p to previous-page:
You can bind c to copy page title and url:
This add-on is only 30K zipped.
Privacy Policy
===================
- nextpage add-on does not collect any user data.
- If you have customized user preferences, and have loged in to
Firefox/Chrome/Edge, your user preferences will be synchronized across your
browsers. nextpage add-on does not store your user preferences.
nextpage is free software released under GPLv3. The source code is hosted at github.
BUG Report
===================
If you found a problem and would like to get it fixed, please report it here:
https://github.com/sylecn/ff-nextpage/issues
nextpage tries hard to not get in your way. If you find nextpage breaks your blog admin panel, some online registration form, or any kind of cool web application, please report a bug. You can also use (ignore-on "URL_REGEXP") in user config to disable this add-on on given website.
Currently English, Chinese and German web pages are supported.
nextpage allows you to bind keys to some nextpage related functions. Here is the default key-bindings:
- SPC scroll up/next page
- n next page
- p history back
(bind "SPC" 'nextpage-maybe)
(bind "n" 'nextpage)
(bind "p" 'history-back)
You can disable/overwrite built-in bindings and define your own bindings easily. Read the built-in help document with the installed add-on for more information. Click help button in add-on option.
In user preferences page,
You can bind p to previous-page:
(bind "p" 'previous-page)
You can bind c to copy page title and url:
(bind "c" 'copy-title-and-url-maybe)
This add-on is only 30K zipped.
Privacy Policy
===================
- nextpage add-on does not collect any user data.
- If you have customized user preferences, and have loged in to
Firefox/Chrome/Edge, your user preferences will be synchronized across your
browsers. nextpage add-on does not store your user preferences.
開發者留言
為您的體驗打分數
權限了解更多
此附加元件需要:
- 存取您所有網站中的資料
更多資訊
- 附加元件網址
- 版本
- 2.17.4
- 大小
- 57.02 KB
- 最近更新
- 8 個月前 (2024年8月24日)
- 相關分類
- 授權條款
- 僅 GNU General Public License v3.0
- 隱私權保護政策
- 閱讀此附加元件的隱私權保護政策
- 版本紀錄
新增至收藏集
2.17.4 版的發行公告
v2.17.4 add new command: copy-download-link
this can be used on some website to copy the main download link
this can be used on some website to copy the main download link
sylecn 製作的更多擴充套件
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
if you'd like to add words in other languages that's equivalent to "next" in English, please file a bug report [see description for URL] and I'll add it in the source file directly.