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
官方網址 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
電子郵箱 [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
}