Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Wat is Next Image?
Next Image is een Chrome-extensie ontwikkeld door wArLeY996, en de belangrijkste functie is "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Next Image
Download Next Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
Officiële URL | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
Beschrijving | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
Bestandsgrootte | 125 KB |
Aantal Installaties | 179 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-02-04 |
Publicatiedatum | 2015-02-04 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | wArLeY996 |
Betalingswijze | free |
Extensiewebsite | http://www.gopanga.com |
Ondersteunde Talen | 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" } } |