Download Tab Shortcut

Access the Download Tab on Chrome within a snap

Download Tab Shortcutคืออะไร?

Download Tab Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel R. และคุณลักษณะหลักของมันคือ "Access the Download Tab on Chrome within a snap"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Tab Shortcut

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

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

                        Access the Download Tab on Chrome within a snap.

Open a new tab with the Download Tab directly from the Chrome address bar.                    

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

ชื่อ Download Tab Shortcut Download Tab Shortcut
ID icgllojphobcelnadkpnpakckhlmnoaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa
คำอธิบาย Access the Download Tab on Chrome within a snap
ขนาดไฟล์ 25.74 KB
จำนวนการติดตั้ง 1,848
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2012-07-05
วันที่เผยแพร่ 2012-07-05
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Daniel R.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Tab Shortcut",
    "description": "Access the Download Tab on Chrome within a snap",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32x32.png",
        "default_title": ""
    },
    "icons": {
        "16": "icon_16x16.png",
        "128": "icon_128x128.png"
    }
}