PopOut
Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
什麼是PopOut?
PopOut是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.”。
擴展截圖
下載PopOut擴展crx文件
下載PopOut擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
PopOut ====== A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window. Feel free to contact me at http://lpm.io/contact with any questions!
擴展基本資訊
名稱 | PopOut |
ID | pepmkldcbobcclmpplfpbllopdkipnnd |
官方網址 | https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd |
簡介 | Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar. |
檔案大小 | 5.66 KB |
安裝次數 | 111 |
目前版本 | 1.0 |
更新時間 | 2014-04-11 |
上架時間 | 2014-04-11 |
評分 | 3.86/5 共 7 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PopOut", "short_name": "PopOut", "version": "1.0", "description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Pop out tabs to right" } } |