Downloads Button

Simple material design styled downloads button - shortcut to chrome:downloads

Downloads Buttonとは何ですか?

Downloads Buttonはedgrdによって開発されたChromeの拡張機能で、その主な機能は「Simple material design styled downloads button - shortcut to chrome:downloads」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Downloads Button Downloads Button
ID bkklakohoopldjemonegiljanblejcoi
公式URL https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi
説明 Simple material design styled downloads button - shortcut to chrome:downloads
ファイルサイズ 3.74 KB
インストール数 1,000
現在のバージョン 1.2.4
最終更新日 2017-07-06
公開日 2017-07-06
評価 4.44/5 合計 9 レビュー
開発者 edgrd
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "button.png",
        "default_title": "Downloads"
    },
    "icons": {
        "48": "button.png"
    },
    "description": "Simple material design styled downloads button - shortcut to chrome:downloads",
    "name": "Downloads Button",
    "permissions": [
        "tabs"
    ],
    "version": "1.2.4",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}