Imgur multiple images opener

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

Qu'est-ce que Imgur multiple images opener ?

Imgur multiple images opener est une extension Chrome développée par Andrei Kotomin, et sa fonction principale est "Opens the whole row of images in new tabs with a single click on a link "Open all!"".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Imgur multiple images opener

Téléchargez les fichiers d'extension Imgur multiple images opener 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

                        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!                    

Informations de Base sur l'Extension

Nom Imgur multiple images opener Imgur multiple images opener
ID llekddakiafoiafmjnkjpfcamajffagl
URL Officiel https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl
Description Opens the whole row of images in new tabs with a single click on a link "Open all!"
Taille du Fichier 35.21 KB
Nombre d'Installations 47
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-05-05
Date de Publication 2015-05-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur Andrei Kotomin
Type de Paiement free
Langues Prises en Charge 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"
    }
}