Pop Out
Convert tabs into popup windows and back
什么是Pop Out?
Pop Out是由tbodt开发的Chrome扩展程序,该扩展的主要功能是“Convert tabs into popup windows and back”。
扩展截图
下载Pop Out扩展crx文件
下载Pop Out扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turn tabs into popup windows with no toolbars in the way!
Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon. 扩展基本信息
| 名称 | |
| ID | goefeknijkeibgadbapihfkliobeoglp |
| 官方URL | https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp |
| 简介 | Convert tabs into popup windows and back |
| 文件大小 | 12.7 KB |
| 安装次数 | 319 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2020-06-11 |
| 上架时间 | 2020-06-11 |
| 开发者 | tbodt |
| 付费类型 | free |
| 扩展官网 | https://github.com/tbodt/pop-out/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pop Out",
"description": "Convert tabs into popup windows and back",
"version": "1.0.1",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"36": "icons\/icon36.png",
"48": "icons\/icon48.png",
"72": "icons\/icon72.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": [],
"permissions": [
"contextMenus"
]
} | |