Awesome Options Button

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

什麼是Awesome Options Button?

Awesome Options Button是由https://upway2late.com開發的Chrome擴展程式,該擴展的主要功能是“Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.”。

擴展截圖

screenshot
screenshot
screenshot

下載Awesome Options Button擴展crx文件

下載Awesome Options Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Awesome Options Button Awesome Options Button
ID plbcofniomdgojippejpigepjbclnadg
官方網址 https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg
簡介 Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
檔案大小 33.66 KB
安裝次數 63
目前版本 1.2.0.0
更新時間 2020-12-08
上架時間 2016-09-22
評分 5.00/5 共 1 次評分
開發者 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 Options Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.",
    "icons": {
        "16": "options_16.png",
        "48": "options_48.png",
        "128": "options_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "options_19.png",
        "default_title": "Awesome Options Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}