Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
O que é Next Image?
Next Image é uma extensão do Chrome desenvolvida por wArLeY996, e sua principal característica é "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Next Image
Baixe arquivos de extensão Next Image 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
This extension is really simple to use. If you download images from gallery is very useful When you view an image: http://www.greenball.com/brochure/files/pages/large/5.jpg and you want to see the next image, just need do click in the extension and your url refresh to: http://www.greenball.com/brochure/files/pages/large/6.jpg Try and enjoy!
Informações Básicas da Extensão
Nome | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
URL Oficial | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
Descrição | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
Tamanho do Arquivo | 125 KB |
Contagem de Instalações | 179 |
Versão Atual | 1.0 |
Última Atualização | 2015-02-04 |
Data de Publicação | 2015-02-04 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | wArLeY996 |
Tipo de Pagamento | free |
Site da Extensão | http://www.gopanga.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Next Image", "version": "1.0", "description": "wArLeY996 develop for get the next image quickly, powered by GoPanga.com", "options_page": "popup.html", "icons": { "128": "images\/icon.png" }, "background": { "persistent": false, "scripts": [ "script.js" ] }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "tabs" ], "browser_action": { "default_title": "", "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |