Downloads Button
Easily open downloads in a new tab via the toolbar button.
Downloads Buttonとは何ですか?
Downloads ButtonはJorviによって開発されたChromeの拡張機能で、その主な機能は「Easily open downloads in a new tab via the toolbar button.」です。
拡張機能のスクリーンショット
Downloads Button拡張機能のCRXファイルをダウンロード
Downloads Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Downloads Button is a simple, easy-to-use and lite addon that helps you open downloads tab as quickly as possible with just one click. a. Adds a toolbar button to open downloads page in a new tab. b. Adds a context menu item to open downloads page (similar to toolbar button). c. If downloads tab is already open, clicking on the toolbar button will only reload the tab. d. You can still open downloads tab with (Ctrl+J) hotkey. Note: to report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/downloads-button.html).
拡張機能の基本情報
名前 | Downloads Button |
ID | lgoanegcmpbjkigpclkemagmkfmecmij |
公式URL | https://chromewebstore.google.com/detail/downloads-button/lgoanegcmpbjkigpclkemagmkfmecmij |
説明 | Easily open downloads in a new tab via the toolbar button. |
ファイルサイズ | 10.09 KB |
インストール数 | 1,828 |
現在のバージョン | 0.1.5 |
最終更新日 | 2023-11-29 |
公開日 | 2019-04-02 |
評価 | 4.33/5 合計 9 レビュー |
開発者 | Jorvi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mybrowseraddon.com/downloads-button.html |
ヘルプページのURL | https://mybrowseraddon.com/downloads-button.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "name": "Downloads Button", "homepage_url": "https:\/\/mybrowseraddon.com\/downloads-button.html", "description": "Easily open downloads in a new tab via the toolbar button.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus" ], "action": { "default_title": "Downloads Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |