Incrementor

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

Incrementor क्या है?

Incrementor Thusly Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you increment or decrement numbers that appear anywhere in the open page URL"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Incrementor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Incrementor Incrementor
ID fojdbjnfhalgjealhfeelghjcnngkdlk
आधिकारिक URL https://chromewebstore.google.com/detail/incrementor/fojdbjnfhalgjealhfeelghjcnngkdlk
विवरण Helps you increment or decrement numbers that appear anywhere in the open page URL
फ़ाइल का आकार 37.67 KB
स्थापना संख्या 27
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-09-19
प्रकाशन तिथि 2018-09-19
डेवलपर Thusly Software
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}