Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
¿Qué es Next Image?
Next Image es una extensión de Chrome desarrollada por wArLeY996, y su función principal es "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Next Image
Descarga archivos de extensión Next Image en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
URL Oficial | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
Descripción | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
Tamaño del Archivo | 125 KB |
Cantidad de Instalaciones | 179 |
Versión Actual | 1.0 |
Última Actualización | 2015-02-04 |
Fecha de Publicación | 2015-02-04 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | wArLeY996 |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.gopanga.com |
Idiomas Soportados | 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" } } |