Merge Windows
Merge windows into the active one
什麼是Merge Windows?
Merge Windows是由Sindre Sorhus開發的Chrome擴展程式,該擴展的主要功能是“Merge windows into the active one”。
擴展截圖
下載Merge Windows擴展crx文件
下載Merge Windows擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension lets you easily merge all tabs in different windows into one window. Just press the "merge windows" toolbar button.
擴展基本資訊
名稱 | Merge Windows |
ID | kbpinmnkhfkoidiinmapkhifnfoiklkb |
官方網址 | https://chromewebstore.google.com/detail/merge-windows/kbpinmnkhfkoidiinmapkhifnfoiklkb |
簡介 | Merge windows into the active one |
檔案大小 | 4.87 KB |
安裝次數 | 2,542 |
目前版本 | 1.2.0 |
更新時間 | 2021-08-06 |
上架時間 | 2020-05-18 |
評分 | 4.85/5 共 13 次評分 |
開發者 | Sindre Sorhus |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sindresorhus/merge-windows |
說明頁面URL | https://github.com/sindresorhus/merge-windows/issues |
隱私政策頁面URL | https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Merge Windows", "version": "1.2.0", "description": "Merge windows into the active one", "homepage_url": "https:\/\/github.com\/sindresorhus\/merge-windows", "manifest_version": 2, "minimum_chrome_version": "61", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Merge Windows", "default_icon": "icon.png" } } |