Button: Open in new Window

Open the current page in a new Window.

什麼是Button: Open in new Window?

Button: Open in new Window是由https://browser-extensions.com開發的Chrome擴展程式,該擴展的主要功能是“Open the current page in a new Window.”。

擴展截圖

screenshot

下載Button: Open in new Window擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Button: Open in new Window Button: Open in new Window
ID jalepliekfbfmbckeiloniladgoldfid
官方網址 https://chromewebstore.google.com/detail/button-open-in-new-window/jalepliekfbfmbckeiloniladgoldfid
簡介 Open the current page in a new Window.
檔案大小 10.77 KB
安裝次數 620
目前版本 1.0.0
更新時間 2016-04-26
上架時間 2016-04-25
評分 4.71/5 共 7 次評分
開發者 https://browser-extensions.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://browser-extensions.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openInNewWindow__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ]
}