Incrementor
Helps you increment or decrement numbers that appear anywhere in the open page URL
Incrementor là gì?
Incrementor là một tiện ích mở rộng Chrome được phát triển bởi Thusly Software, và tính năng chính của nó là "Helps you increment or decrement numbers that appear anywhere in the open page URL".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Incrementor
Tải xuống các tệp mở rộng Incrementor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Incrementor |
ID | fojdbjnfhalgjealhfeelghjcnngkdlk |
URL Chính Thức | https://chromewebstore.google.com/detail/incrementor/fojdbjnfhalgjealhfeelghjcnngkdlk |
Mô tả | Helps you increment or decrement numbers that appear anywhere in the open page URL |
Kích Thước Tệp | 37.67 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-09-19 |
Ngày Phát Hành | 2018-09-19 |
Nhà Phát Triển | Thusly Software |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |