Incrementor

Helps you increment or decrement numbers that appear anywhere in the open page URL

What is Incrementor?

Incrementor is a Chrome extension developed by Thusly Software, and its main feature is "Helps you increment or decrement numbers that appear anywhere in the open page URL".

Extension Screenshots

screenshot
screenshot

Download Incrementor Extension CRX File

Download Incrementor 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

                        Do you ever visit websites that have frustrating, out of date user controls? This plugin can add pagination to any site that has numerically addressed web pages. Just click on the number in the web address that you want to increase or decrease, and it will navigate to that page with a single click. Incrementor works with the web page number system that many websites use to advance through the pages.

-Advance or go back 1, 10, 100, 1000 or 10,000 pages.
-Remembers which number you selected in the address.
-Lightning quick. Advance multiple pages in between page loads.
-Great for forums, photo sites, Wikipedia, Google Patents and more.                    

Extension Basic Information

Name Incrementor Incrementor
ID fojdbjnfhalgjealhfeelghjcnngkdlk
Official URL https://chromewebstore.google.com/detail/incrementor/fojdbjnfhalgjealhfeelghjcnngkdlk
Description Helps you increment or decrement numbers that appear anywhere in the open page URL
File Size 37.67 KB
Installation Count 27
Current Version 1.0
Last Updated 2018-09-19
Publish Date 2018-09-19
Developer Thusly Software
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incrementor",
    "description": "Helps you increment or decrement numbers that appear anywhere in the open page URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Incrementor"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "128": "icon.png"
    }
}