JoinTabs
Combines all Chrome tabs in separate windows into a single window
JoinTabsとは何ですか?
JoinTabsはrodrigo.siqueiraによって開発されたChromeの拡張機能で、その主な機能は「Combines all Chrome tabs in separate windows into a single window」です。
拡張機能のスクリーンショット
JoinTabs拡張機能のCRXファイルをダウンロード
JoinTabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Combines all Chrome tabs in separate windows into a single window.
Click the magnet icon in your browser to join all tabs and opened windows and popups into a single main browser window.
Version 1.4
Updated version - free with no ads and no banners.
Some computers may have the "grey screen" issue (Chrome bug - Merge Tabs function broken) after joining tabs:
http://code.google.com/p/chromium/issues/detail?id=53990 拡張機能の基本情報
| 名前 | |
| ID | bjmimocndihpmdoelbiilpkkfkppikap |
| 公式URL | https://chromewebstore.google.com/detail/jointabs/bjmimocndihpmdoelbiilpkkfkppikap |
| 説明 | Combines all Chrome tabs in separate windows into a single window |
| ファイルサイズ | 28.08 KB |
| インストール数 | 6,421 |
| 現在のバージョン | 1.4.15 |
| 最終更新日 | 2012-09-26 |
| 公開日 | 2012-09-26 |
| 評価 | 4.15/5 合計 46 レビュー |
| 開発者 | rodrigo.siqueira |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "iconjoin19.png",
"default_title": "JoinTabs"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"shortcut.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
]
}
],
"description": "Combines all Chrome tabs in separate windows into a single window",
"icons": {
"128": "iconjoin128.png",
"16": "iconjoin16.png",
"48": "iconjoin48.png"
},
"manifest_version": 2,
"name": "JoinTabs",
"options_page": "options.html",
"permissions": [
"tabs"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.4.15"
} | |