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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrei Kotomin และคุณลักษณะหลักของมันคือ "Opens the whole row of images in new tabs with a single click on a link "Open all!""

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgur multiple images opener

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}