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」です。
拡張機能のスクリーンショット
Incrementor拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |