My Downloads Button - Open Browser Downloads

One-click button to open your Web Browser download page. Simple and convenient way to Find your downloaded files quickly.

My Downloads Button - Open Browser Downloadsとは何ですか?

My Downloads Button - Open Browser Downloadsはhttps://oziku.techによって開発されたChromeの拡張機能で、その主な機能は「One-click button to open your Web Browser download page. Simple and convenient way to Find your downloaded files quickly.」です。

拡張機能のスクリーンショット

screenshot

My Downloads Button - Open Browser Downloads拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        📖📖📖    My Downloads Button: is a web browser extension/add-on that adds a shortcut to the toolbar of the web browser for quick access to the downloads page. Very useful and easy to use tool for those who download a lot.


🎨🎨🎨    My Downloads Button Version 0.1.0 Web Browser Extension/Add-on Features:

✅ One-Click to open the downloads manager page of web browser.
✅ Quickly access the downloads window by clicking the icon of the extension instead of taking the "long way" (Tools/Downloads.
✅  It works by either opening a new tab for the downloads page, or switches to the downloads tab if it is already open.
✅ Available in 54 different languages.
✅ Works completely offline.
✅ Minimum permission needed.


📝📝📝    Like or love it? Please leave us a review


ℹ️ℹ️ℹ️    Support: If you have any issues or suggestions, please do not hesitate to email us at [email protected]                    

拡張機能の基本情報

名前 My Downloads Button - Open Browser Downloads My Downloads Button - Open Browser Downloads
ID kclfadogllpikgjpamdkjjmjcidfihih
公式URL https://chromewebstore.google.com/detail/my-downloads-button-open/kclfadogllpikgjpamdkjjmjcidfihih
説明 One-click button to open your Web Browser download page. Simple and convenient way to Find your downloaded files quickly.
ファイルサイズ 62.23 KB
インストール数 214
現在のバージョン 0.1.0
最終更新日 2022-08-05
公開日 2022-08-04
開発者 https://oziku.tech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.oziku.tech/
ヘルプページのURL https://www.oziku.tech/
プライバシーポリシーページのURL https://www.oziku.tech/privacy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extNameFull__",
    "short_name": "__MSG_extName__",
    "version": "0.1.0",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "res\/icons\/logo_16.png",
            "32": "res\/icons\/logo_32.png",
            "48": "res\/icons\/logo_48.png",
            "128": "res\/icons\/logo_128.png"
        }
    },
    "icons": {
        "16": "res\/icons\/logo_16.png",
        "32": "res\/icons\/logo_32.png",
        "48": "res\/icons\/logo_48.png",
        "128": "res\/icons\/logo_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "author": "Oziku Technologies LLC"
}