Download Tab Shortcut

Access the Download Tab on Chrome within a snap

什麼是Download Tab Shortcut?

Download Tab Shortcut是由Daniel R.開發的Chrome擴展程式,該擴展的主要功能是“Access the Download Tab on Chrome within a snap”。

擴展截圖

screenshot

下載Download Tab Shortcut擴展crx文件

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