Imgur multiple images opener

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

Imgur multiple images openerとは何ですか?

Imgur multiple images openerはAndrei Kotominによって開発されたChromeの拡張機能で、その主な機能は「Opens the whole row of images in new tabs with a single click on a link "Open all!"」です。

拡張機能のスクリーンショット

screenshot
screenshot

Imgur multiple images opener拡張機能のCRXファイルをダウンロード

Imgur multiple images opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Imgur multiple images opener Imgur multiple images opener
ID llekddakiafoiafmjnkjpfcamajffagl
公式URL https://chrome.google.com/webstore/detail/imgur-multiple-images-ope/llekddakiafoiafmjnkjpfcamajffagl
説明 Opens the whole row of images in new tabs with a single click on a link "Open all!"
ファイルサイズ 35.21 KB
インストール数 47
現在のバージョン 1.0.0
最終更新日 2015-05-05
公開日 2015-05-05
評価 5.00/5 合計 1 レビュー
開発者 Andrei Kotomin
支払い方法 free
対応言語 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"
    }
}