Next Image

wArLeY996 develop for get the next image quickly, powered by GoPanga.com

Cos'è Next Image?

Next Image è un'estensione di Chrome sviluppata da wArLeY996, e la sua funzione principale è "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Next Image

Scarica i file di estensione Next Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Next Image Next Image
ID cajjihnokceloghijecnmgjomhdpkdhm
URL Ufficiale https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm
Descrizione wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Dimensione del File 125 KB
Conteggio Installazioni 179
Versione Corrente 1.0
Ultimo Aggiornamento 2015-02-04
Data di Pubblicazione 2015-02-04
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore wArLeY996
Tipo di Pagamento free
Sito Web dell'Estensione http://www.gopanga.com
Lingue Supportate 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"
    }
}