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.”。
扩展截图
下载New window without toolbar扩展crx文件
下载New window without toolbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | epcobhhlenfbjlmooebphgjcgdmbjgnb |
官方URL | 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" } } |