Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
Download Tabberとは何ですか?
Download TabberはAustin Guevaraによって開発されたChromeの拡張機能で、その主な機能は「Open downloads in Chrome Downloads tab, rather than bottom bar.」です。
拡張機能のスクリーンショット
Download Tabber拡張機能のCRXファイルをダウンロード
Download Tabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.
拡張機能の基本情報
名前 | Download Tabber |
ID | ikifbnamadpilmpokncfbhdcbldikbdi |
公式URL | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
説明 | Open downloads in Chrome Downloads tab, rather than bottom bar. |
ファイルサイズ | 59.44 KB |
インストール数 | 23 |
現在のバージョン | 0.2.2 |
最終更新日 | 2017-09-29 |
公開日 | 2017-09-28 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Austin Guevara |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/austin-guevara/chrome-downloads-tabber |
ヘルプページのURL | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Tabber", "version": "0.2.2", "manifest_version": 2, "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.", "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Download Tabber" }, "permissions": [ "downloads", "downloads.shelf", "tabs" ] } |