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 |
官方網址 | 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" } } |