Paginator Up

Navigates to next page by incrementing a number in the URL

What is Paginator Up?

Paginator Up is a Chrome extension developed by soldier.moth, and its main feature is "Navigates to next page by incrementing a number in the URL".

Extension Screenshots

screenshot

Download Paginator Up Extension CRX File

Download Paginator Up 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

                        Easy button for navigating to the next page by incrementing the page number in the URL                    

Extension Basic Information

Name Paginator Up Paginator Up
ID hkmlmcmnipekjplojmhdlhhoknmhbihe
Official URL https://chromewebstore.google.com/detail/paginator-up/hkmlmcmnipekjplojmhdlhhoknmhbihe
Description Navigates to next page by incrementing a number in the URL
File Size 5.92 KB
Installation Count 143
Current Version 1.0
Last Updated 2016-11-24
Publish Date 2016-11-24
Rating 5.00/5 Total 1 Ratings
Developer soldier.moth
Payment Type free
Extension Website https://github.com/soldiermoth/paginator
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paginator Up",
    "description": "Navigates to next page by incrementing a number in the URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "up.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "up.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    }
}