TabFusion
Combine all your Chrome tabs into a single window
TabFusionとは何ですか?
TabFusionはhttps://heatherrivers.comによって開発されたChromeの拡張機能で、その主な機能は「Combine all your Chrome tabs into a single window」です。
拡張機能のスクリーンショット
TabFusion拡張機能のCRXファイルをダウンロード
TabFusion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TabFusion lets you combine all your tabs into a single window in a highly configurable way.
* Choose your own keyboard shortcut or use the browser button
* Decide which types of windows to combine (popups, panels, apps)
* Exclude tabs based on url patterns 拡張機能の基本情報
| 名前 | |
| ID | abompjhjgaeodboocegeokagjjiafobj |
| 公式URL | https://chromewebstore.google.com/detail/tabfusion/abompjhjgaeodboocegeokagjjiafobj |
| 説明 | Combine all your Chrome tabs into a single window |
| ファイルサイズ | 41.64 KB |
| インストール数 | 324 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2015-03-22 |
| 公開日 | 2015-03-22 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://heatherrivers.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/rivers/tabfusion |
| ヘルプページのURL | https://github.com/rivers/tabfusion/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabFusion",
"version": "1.0.1",
"manifest_version": 2,
"description": "Combine all your Chrome tabs into a single window",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
}
},
"background": {
"scripts": [
"fusion.js",
"listener.js"
],
"persistent": true
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"commands": {
"fuseTabs": {
"description": "Fuse all tabs",
"suggested_key": {
"windows": "Ctrl+Shift+T",
"mac": "Command+MacCtrl+T",
"chromeos": "Ctrl+Shift+T",
"linux": "Ctrl+Shift+T"
}
}
},
"author": "Heather Rivers",
"homepage_url": "https:\/\/github.com\/rivers\/tabfusion",
"minimum_chrome_version": "40",
"permissions": [
"tabs",
"windows",
"storage"
],
"offline_enabled": true
} | |