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 |
| 官方網址 | 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
} | |