Imgur multiple images opener

Opens the whole row of images in new tabs with a single click on a link "Open all!"

Apa itu Imgur multiple images opener?

Imgur multiple images opener adalah ekstensi Chrome yang dikembangkan oleh Andrei Kotomin, dan fitur utamanya adalah "Opens the whole row of images in new tabs with a single click on a link "Open all!"".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Imgur multiple images opener

Unduh file ekstensi Imgur multiple images opener 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

                        Tired of opening images on Imgur one by one? Tired of waiting for them to load? Now you can just click "Open all!" link next to the row of pictures you want to see. All the pictures will be opened in separate tabs, so while you're looking at the first one, the rest of them will load and be ready for you!                    

Informasi Dasar Ekstensi

Nama Imgur multiple images opener Imgur multiple images opener
ID llekddakiafoiafmjnkjpfcamajffagl
URL Resmi https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl
Deskripsi Opens the whole row of images in new tabs with a single click on a link "Open all!"
Ukuran File 35.21 KB
Jumlah Instalasi 47
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2015-05-05
Tanggal Publikasi 2015-05-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Andrei Kotomin
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgur multiple images opener",
    "short_name": "Imgur opener",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Opens the whole row of images in new tabs with a single click on a link \"Open all!\"",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imgur.com\/"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jQuery.js",
                "execute.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}