NextPage
Go next page
What is NextPage?
NextPage is a Chrome extension developed by ken, and its main feature is "Go next page".
Extension Screenshots
Download NextPage Extension CRX File
Download NextPage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Go next page.
example:
https://atcoder.jp/contests/abc089
-> https://atcoder.jp/contests/abc090
https://atcoder.jp/contests/abc114/tasks/abc114_a
-> https://atcoder.jp/contests/abc115/tasks/abc115_a Extension Basic Information
| Name | |
| ID | mhhmddcnnehdkpclpjpmidpeejohlmfb |
| Official URL | https://chromewebstore.google.com/detail/nextpage/mhhmddcnnehdkpclpjpmidpeejohlmfb |
| Description | Go next page |
| File Size | 9.37 KB |
| Installation Count | 18 |
| Current Version | 1.0 |
| Last Updated | 2019-07-23 |
| Publish Date | 2019-07-23 |
| Developer | ken |
| [email protected] | |
| Payment Type | free |
| Supported Languages | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NextPage",
"version": "1.0",
"description": "Go next page",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistant": false
},
"browser_action": [],
"icons": {
"16": ".\/image\/icon16.png",
"48": ".\/image\/icon48.png",
"128": ".\/image\/icon128.png"
}
} | |