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
官方網址 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"
    }
}