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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |