Go to Downloads

One click to your downloads

Go to Downloadsとは何ですか?

Go to Downloadsはvkrepaによって開発されたChromeの拡張機能で、その主な機能は「One click to your downloads」です。

拡張機能のスクリーンショット

screenshot
screenshot

Go to Downloads拡張機能のCRXファイルをダウンロード

Go to Downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension adds the button Downloads on your control panel. Now you can manage your downloads in one click.                    

拡張機能の基本情報

名前 Go to Downloads Go to Downloads
ID ginfoceafejgiojoiomkmcdgimgagdal
公式URL https://chromewebstore.google.com/detail/go-to-downloads/ginfoceafejgiojoiomkmcdgimgagdal
説明 One click to your downloads
ファイルサイズ 15.35 KB
インストール数 1,314
現在のバージョン 2
最終更新日 2014-10-17
公開日 2014-10-17
評価 4.00/5 合計 2 レビュー
開発者 vkrepa
支払い方法 free
プライバシーポリシーページのURL https://flashplaylist.com/privacy.html
対応言語 en-US
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        }
    },
    "description": "One click to your downloads",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Go to Downloads",
    "short_name": "Downloads",
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2"
}