New Window
This extension add a button to the menu bar which allowing you to open a new window.
什么是New Window?
New Window是由dev7开发的Chrome扩展程序,该扩展的主要功能是“This extension add a button to the menu bar which allowing you to open a new window.”。
扩展截图
下载New Window扩展crx文件
下载New Window扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension add a button to the menu bar which allowing you to open a new window.
扩展基本信息
名称 | ![]() |
ID | hnfmeljpppfclhppieeghcnaimbpeblf |
官方URL | https://chrome.google.com/webstore/detail/new-window/hnfmeljpppfclhppieeghcnaimbpeblf |
简介 | This extension add a button to the menu bar which allowing you to open a new window. |
文件大小 | 3.54 KB |
安装次数 | 216 |
当前版本 | 1.0.4 |
更新时间 | 2013-07-02 |
上架时间 | 2013-07-02 |
评分 | 3.17/5 共30次评分 |
开发者 | dev7 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "name": "New Window", "version": "1.0.4", "manifest_version": 2, "description": "This extension add a button to the menu bar which allowing you to open a new window.", "icons": { "16": "icon16.gif" }, "browser_action": { "default_icon": { "19": "icon16.gif" }, "default_title": "New window" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |