complit
combine and split tabs.
什麼是complit?
complit是由takc923開發的Chrome擴展程式,該擴展的主要功能是“combine and split tabs.”。
擴展截圖
下載complit擴展crx文件
下載complit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
COMbine and sPLIT tabs. To split tabs - select tabs (shift + click or command + click tab) - click button to create new window with selected tabs. To combine tabs - don't select tabs - click button to move tabs of last focused window into current window.
擴展基本資訊
名稱 | complit |
ID | pmjnllcflhjbbicackpaihinkkhbngco |
官方網址 | https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco |
簡介 | combine and split tabs. |
檔案大小 | 10.35 KB |
安裝次數 | 162 |
目前版本 | 0.1.2 |
更新時間 | 2014-10-13 |
上架時間 | 2014-10-13 |
評分 | 5.00/5 共 3 次評分 |
開發者 | takc923 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "complit", "manifest_version": 2, "version": "0.1.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "combine and split tabs.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "complit!" } } |