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
公式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"
    }
}