Downloads
Quick access button to the download page
Downloadsとは何ですか?
DownloadsはClean & Simpleによって開発されたChromeの拡張機能で、その主な機能は「Quick access button to the download page」です。
拡張機能のスクリーンショット
Downloads拡張機能のCRXファイルをダウンロード
Downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly access the downloads window by clicking the icon instead of taking the "long way" (Tools/Downloads).
Very useful for those who download a lot. 拡張機能の基本情報
| 名前 | |
| ID | jfchnphgogjhineanplmfkofljiagjfb |
| 公式URL | https://chromewebstore.google.com/detail/downloads/jfchnphgogjhineanplmfkofljiagjfb |
| 説明 | Quick access button to the download page |
| ファイルサイズ | 24.75 KB |
| インストール数 | 413,983 |
| 現在のバージョン | 2 |
| 最終更新日 | 2014-04-09 |
| 公開日 | 2014-04-09 |
| 評価 | 4.19/5 合計 2725 レビュー |
| 開発者 | Clean & Simple |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Downloads",
"description": "Quick access button to the download page",
"version": "2",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": {
"19": "19.png"
}
},
"background": {
"persistent": true,
"page": "background.html"
}
} | |