Awesome Downloads Button

Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.

Awesome Downloads Buttonとは何ですか?

Awesome Downloads Buttonはhttps://upway2late.comによって開発されたChromeの拡張機能で、その主な機能は「Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.」です。

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

screenshot
screenshot
screenshot

Awesome Downloads Button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        It is a shortcut button to open the Chrome downloads page.                    

拡張機能の基本情報

名前 Awesome Downloads Button Awesome Downloads Button
ID hiceefjejhfncfdbkmbhkmibjoegonnk
公式URL https://chromewebstore.google.com/detail/awesome-downloads-button/hiceefjejhfncfdbkmbhkmibjoegonnk
説明 Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.
ファイルサイズ 32.62 KB
インストール数 562
現在のバージョン 1.2.0.0
最終更新日 2020-12-08
公開日 2016-09-22
評価 4.45/5 合計 11 レビュー
開発者 https://upway2late.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.upway2late.com/projects/buttons-project
ヘルプページのURL http://www.upway2late.com/projects/buttons-project
プライバシーポリシーページのURL http://www.upway2late.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Downloads Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.",
    "icons": {
        "16": "downloads_16.png",
        "48": "downloads_48.png",
        "128": "downloads_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "downloads_19.png",
        "default_title": "Awesome Downloads Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}