Next Image

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

Apa itu Next Image?

Next Image adalah ekstensi Chrome yang dikembangkan oleh wArLeY996, dan fitur utamanya adalah "wArLeY996 develop for get the next image quickly, powered by GoPanga.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Next Image

Unduh file ekstensi Next Image dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Next Image Next Image
ID cajjihnokceloghijecnmgjomhdpkdhm
URL Resmi https://chrome.google.com/webstore/detail/next-image/cajjihnokceloghijecnmgjomhdpkdhm
Deskripsi wArLeY996 develop for get the next image quickly, powered by GoPanga.com
Ukuran File 125 KB
Jumlah Instalasi 179
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-02-04
Tanggal Publikasi 2015-02-04
Penilaian 1.00/5 Total 1 Penilaian
Pengembang wArLeY996
Tipe Pembayaran free
Situs Ekstensi http://www.gopanga.com
Bahasa yang Didukung 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"
    }
}