nextpage nextpage

Productivity
Version: 2.13.0
Last Update: 2023-02-24

Overview

nextpage is a Chrome extension developed by sylecn. According to the data from Chrome web store, current version of nextpage is 2.13.0, updated on 2023-02-24.
2,000+ users have installed this extension. 26 users have rated this extension with an average rating of .

use SPC key to goto next page when at the bottom of a page.

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 prerender or prefetch next page link to speed up page load.

nextpage is <a href="http://www.gnu.org/philosophy/free-sw.html" title="free software ">free software</a> released under GPLv3. The source code is hosted at <a href="http://github.com/sylecn/nextpage-we" title="github">github</a>.

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:

<ul>
<li>SPC scroll up/next page</li>
<li>n next page</li>
<li>p history back</li>
</ul>
Here is the real code for this default binding:
<code>
(bind "SPC" 'nextpage-maybe)
(bind "n" 'nextpage)
(bind "p" 'history-back)
</code>
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.

For example, in user preferences page,

You can bind p to previous-page:
<code>
(bind "p" 'previous-page)
</code>
You can bind c to copy page title and url:
<code>
(bind "c" 'copy-title-and-url-maybe)
</code>
This add-on is only 47K zipped.

Rating

26 ratings

Total Installs

2,000+

Information

Last Update

2023-02-24

Current Version

2.13.0

Size

49.76KiB

Author

sylecn

Website

None

Category

Productivity

Latest Reviews

See More

avatar Йордан Пеянски
2022-04-07

Exellent! Only this works as expected. Thank, developer!

avatar Javier F
2021-11-06

Liking it, but how do I bind right arrow to next page? I tried (bind "rightarrow" 'nextpage) but doesn't work.

avatar tx xhj
2021-09-10

在搜索框 输入 next 或 下一页 就不好使了 (会读取搜索栏内容怎么办) 是bug吗

avatar Berten
2021-08-30

Only non glitchy one out there! Using it with a logitech macro that binds it to my mouse buttons :)

avatar Soda Mix
2021-06-22

good!it may be better if “p” go to the previous page.