Clear Downloads

This extension clears and hides the download bar on download completion

Clear Downloadsとは何ですか?

Clear Downloadsはhttps://www.dicode.nlによって開発されたChromeの拡張機能で、その主な機能は「This extension clears and hides the download bar on download completion」です。

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

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

拡張機能の使用方法

                        Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.                    

拡張機能の基本情報

名前 Clear Downloads Clear Downloads
ID ddagcmmgpaibmjkiobcgggeiblnjnfkm
公式URL https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm
説明 This extension clears and hides the download bar on download completion
ファイルサイズ 13.34 KB
インストール数 737
現在のバージョン 0.2.1
最終更新日 2015-01-09
公開日 2015-01-09
評価 4.31/5 合計 16 レビュー
開発者 https://www.dicode.nl
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Downloads",
    "short_name": "dicldds",
    "description": "This extension clears and hides the download bar on download completion",
    "version": "0.2.1",
    "author": "dicode VOF",
    "permissions": [
        "downloads",
        "browsingData"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}