Paginator Down

Navigates to previous page by decrementing a number in the URL

What is Paginator Down?

Paginator Down is a Chrome extension developed by soldier.moth, and its main feature is "Navigates to previous page by decrementing a number in the URL".

Extension Screenshots

screenshot

Download Paginator Down Extension CRX File

Download Paginator Down 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 previous page by decrementing the page number in the URL                    

Extension Basic Information

Name Paginator Down Paginator Down
ID mdikpkbpihndpimhdhpbhhfgligllmaf
Official URL https://chrome.google.com/webstore/detail/paginator-down/mdikpkbpihndpimhdhpbhhfgligllmaf
Description Navigates to previous page by decrementing a number in the URL
File Size 5.96 KB
Installation Count 23
Current Version 1.0
Last Updated 2016-11-24
Publish Date 2016-11-24
Rating 5.00/5 Total 2 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 Down",
    "description": "Navigates to previous page by decrementing a number in the URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "down.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "down.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    }
}