uSelect iDownload

Open or download several links at once with a simple selection.

uSelect iDownloadคืออะไร?

uSelect iDownload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lasagnacode.com และคุณลักษณะหลักของมันคือ "Open or download several links at once with a simple selection."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uSelect iDownload

ดาวน์โหลดไฟล์ส่วนขยาย uSelect iDownload ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Usage instructions:
 - click the extension button (the page should become darker);
 - select the links you want to open by click-and-drag (i.e. like you do in the file manager);
 - repeat the previous step how many times you need;
 - deselect items using the right mouse button (or ctrl + left button);
 - press 'enter' key to open all selected links or 'alt+enter' to download them.


To report bugs or suggestions please visit http://goo.gl/r6OiE


Known issues:
 - the extension doesn't work on sites with frames.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ uSelect iDownload uSelect iDownload
ID ileabdhfjmgaognikmjgmhhkjffggejc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/uselect-idownload/ileabdhfjmgaognikmjgmhhkjffggejc
คำอธิบาย Open or download several links at once with a simple selection.
ขนาดไฟล์ 98.33 KB
จำนวนการติดตั้ง 41,618
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2013-01-12
วันที่เผยแพร่ 2013-01-12
คะแนน 3.79/5 รวมทั้งหมด 297 คะแนน
ผู้พัฒนา http://lasagnacode.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://plus.google.com/107157125964195177231
ภาษาที่รองรับ en,it
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uSelect iDownload",
    "version": "1.9",
    "description": "__MSG_extDesc__",
    "icons": {
        "32": "res\/icon32.png",
        "48": "res\/icon48.png",
        "52": "res\/icon52.png",
        "92": "res\/icon92.png",
        "128": "res\/icon128.png"
    },
    "browser_action": {
        "default_icon": "res\/icon32.png",
        "default_title": "__MSG_actionTitle__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "overlay.css"
            ],
            "js": [
                "js\/shortcut.js",
                "js\/content_script.js"
            ]
        }
    ],
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}