Go to the next page
Try to go to the next website's page
O que é Go to the next page?
Go to the next page é uma extensão do Chrome desenvolvida por marcopiazzola, e sua principal característica é "Try to go to the next website's page".
Baixar o arquivo CRX da Extensão Go to the next page
Baixe arquivos de extensão Go to the next page 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
Informações Básicas da Extensão
Nome | |
ID | ajffmnhlepabalmbmhhjflghconjldkb |
URL Oficial | https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb |
Descrição | Try to go to the next website's page |
Tamanho do Arquivo | 10.05 KB |
Contagem de Instalações | 33 |
Versão Atual | 0.4 |
Última Atualização | 2012-12-26 |
Data de Publicação | 2012-12-26 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | marcopiazzola |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go to the next page", "version": "0.4", "description": "Try to go to the next website's page", "permissions": [ "tabs" ], "browser_action": { "default_title": "Go to the next page", "default_icon": "icon.png" }, "background": { "persistent": false, "scripts": [ "content.js" ] }, "manifest_version": 2 } |