Next Image
wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Qu'est-ce que Next Image ?
Next Image est une extension Chrome développée par wArLeY996, et sa fonction principale est "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Next Image
Téléchargez les fichiers d'extension Next Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | cajjihnokceloghijecnmgjomhdpkdhm |
URL Officiel | https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm |
Description | wArLeY996 develop for get the next image quickly, powered by GoPanga.com |
Taille du Fichier | 125 KB |
Nombre d'Installations | 179 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-02-04 |
Date de Publication | 2015-02-04 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | wArLeY996 |
Type de Paiement | free |
Site Web de l'Extension | http://www.gopanga.com |
Langues Prises en Charge | 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" } } |