Incrementor

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

Incrementor란 무엇입니까?

Incrementor은(는) Thusly Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you increment or decrement numbers that appear anywhere in the open page URL"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Incrementor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}