Incrementor

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

Что такое Incrementor?

Incrementor - это расширение Chrome, разработанное Thusly Software, и его основная функция - "Helps you increment or decrement numbers that appear anywhere in the open page URL".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Incrementor

Скачайте файлы расширений Incrementor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}