Imgur multiple images opener

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

Vad är Imgur multiple images opener?

Imgur multiple images opener är en Chrome-tillägg utvecklad av Andrei Kotomin, och dess huvudfunktion är "Opens the whole row of images in new tabs with a single click on a link "Open all!"".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Imgur multiple images opener-förlängningens CRX-fil

Ladda ner Imgur multiple images opener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Imgur multiple images opener Imgur multiple images opener
ID llekddakiafoiafmjnkjpfcamajffagl
Officiell webbadress https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl
Beskrivning Opens the whole row of images in new tabs with a single click on a link "Open all!"
Filstorlek 35.21 KB
Antal Installationer 47
Aktuell Version 1.0.0
Senast Uppdaterad 2015-05-05
Publiceringsdatum 2015-05-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Andrei Kotomin
Betalningssätt free
Stödda Språk 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"
    }
}