Incrementor
Helps you increment or decrement numbers that appear anywhere in the open page URL
Qu'est-ce que Incrementor ?
Incrementor est une extension Chrome développée par Thusly Software, et sa fonction principale est "Helps you increment or decrement numbers that appear anywhere in the open page URL".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Incrementor
Téléchargez les fichiers d'extension Incrementor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Incrementor |
ID | fojdbjnfhalgjealhfeelghjcnngkdlk |
URL Officiel | https://chromewebstore.google.com/detail/incrementor/fojdbjnfhalgjealhfeelghjcnngkdlk |
Description | Helps you increment or decrement numbers that appear anywhere in the open page URL |
Taille du Fichier | 37.67 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-09-19 |
Date de Publication | 2018-09-19 |
Développeur | Thusly Software |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |