Incrementor
Helps you increment or decrement numbers that appear anywhere in the open page URL
O que é Incrementor?
Incrementor é uma extensão do Chrome desenvolvida por Thusly Software, e sua principal característica é "Helps you increment or decrement numbers that appear anywhere in the open page URL".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Incrementor
Baixe arquivos de extensão Incrementor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Incrementor |
ID | fojdbjnfhalgjealhfeelghjcnngkdlk |
URL Oficial | https://chromewebstore.google.com/detail/incrementor/fojdbjnfhalgjealhfeelghjcnngkdlk |
Descrição | Helps you increment or decrement numbers that appear anywhere in the open page URL |
Tamanho do Arquivo | 37.67 KB |
Contagem de Instalações | 27 |
Versão Atual | 1.0 |
Última Atualização | 2018-09-19 |
Data de Publicação | 2018-09-19 |
Desenvolvedor | Thusly Software |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |