New window without toolbar

Open current page in new window without toolbar.

什麼是New window without toolbar?

New window without toolbar是由tkrkt開發的Chrome擴展程式,該擴展的主要功能是“Open current page in new window without toolbar.”。

擴展截圖

screenshot
screenshot
screenshot

下載New window without toolbar擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 New window without toolbar New window without toolbar
ID epcobhhlenfbjlmooebphgjcgdmbjgnb
官方網址 https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb
簡介 Open current page in new window without toolbar.
檔案大小 14.69 KB
安裝次數 594
目前版本 1.2.0
更新時間 2019-01-09
上架時間 2019-01-09
評分 5.00/5 共 7 次評分
開發者 tkrkt
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/tkrkt/NewWindowWithoutToolbar
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}