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 |
公式URL | 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!" } } |