Popout
A simple extension that allows tabs to be opened in a separate minimal window.
什么是Popout?
Popout是由Space City Software, L.L.C.开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows tabs to be opened in a separate minimal window.”。
扩展截图
下载Popout扩展crx文件
下载Popout扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Popout is a simple extension that allows tabs and web apps to be opened in a separate window with minimal controls. This is different from dragging tabs to a new window because Popup windows do not have to tab view, the address bar, or any buttons. This saves screen space and allows easier navigation to commonly used website and apps.
扩展基本信息
名称 | Popout |
ID | nejkhdlfjifmhomnedomededpaeohcmi |
官方URL | https://chromewebstore.google.com/detail/popout/nejkhdlfjifmhomnedomededpaeohcmi |
简介 | A simple extension that allows tabs to be opened in a separate minimal window. |
文件大小 | 22.05 KB |
安装次数 | 3,082 |
当前版本 | 2.1 |
更新时间 | 2022-03-28 |
上架时间 | 2013-08-15 |
评分 | 4.32/5 共25次评分 |
开发者 | Space City Software, L.L.C. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/chrisg32/Popout |
帮助页面URL | https://github.com/chrisg32/Popout/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Popout", "description": "A simple extension that allows tabs to be opened in a separate minimal window.", "version": "2.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Popout to external window.", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |