Popout Tab
Popout a tab into its own self-contained window.
什么是Popout Tab?
Popout Tab是由Ey3cue开发的Chrome扩展程序,该扩展的主要功能是“Popout a tab into its own self-contained window.”。
扩展截图
下载Popout Tab扩展crx文件
下载Popout Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Opens the current tab in a popout window. Reactivating will merge it back with the main window.
扩展基本信息
名称 | Popout Tab |
ID | nlnicneebppdmbhknnbdnilmfkbonhec |
官方URL | https://chromewebstore.google.com/detail/popout-tab/nlnicneebppdmbhknnbdnilmfkbonhec |
简介 | Popout a tab into its own self-contained window. |
文件大小 | 107 KB |
安装次数 | 126 |
当前版本 | 1.1.0 |
更新时间 | 2019-06-23 |
上架时间 | 2019-06-23 |
评分 | 4.00/5 共2次评分 |
开发者 | Ey3cue |
付费类型 | free |
扩展官网 | https://github.com/Ey3cue/popout-tab |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Popout Tab", "description": "Popout a tab into its own self-contained window.", "version": "1.1.0", "icons": { "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/icon32.png" }, "commands": { "toggle_popout": { "description": "Popout current tab", "suggested_key": { "default": "Ctrl+Shift+Y" } } }, "permissions": [ "contextMenus" ] } |