Clear Downloads Plugin
This extension will allow you to clear your downloads with one click
Clear Downloads Pluginとは何ですか?
Clear Downloads Pluginはprem.nirmalによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you to clear your downloads with one click」です。
拡張機能のスクリーンショット
Clear Downloads Plugin拡張機能のCRXファイルをダウンロード
Clear Downloads Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the updated google chrome browser, you now have to go through a few clicks to clear your downloads. This can be annoying for an impatient person like me. This simple chrome plugin allows you to clear your downloads with one click :)
拡張機能の基本情報
名前 | Clear Downloads Plugin |
ID | okkpnkhmlpilfilmflchpbmkbcegiaeo |
公式URL | https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo |
説明 | This extension will allow you to clear your downloads with one click |
ファイルサイズ | 91.38 KB |
インストール数 | 61 |
現在のバージョン | 0.0.5 |
最終更新日 | 2017-04-11 |
公開日 | 2017-04-11 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | prem.nirmal |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/premnirmal/ClearDownloadsPlugin |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Downloads Plugin", "description": "This extension will allow you to clear your downloads with one click", "version": "0.0.5", "homepage_url": "https:\/\/github.com\/premnirmal\/ClearDownloadsPlugin", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Clear Downloads", "default_popup": "popup.html" }, "permissions": [ "browsingData" ], "incognito": "split" } |