Seamless
Fix the Chrome tabs mess
什麼是Seamless?
Seamless是由https://seamlessbrowser.com開發的Chrome擴展程式,該擴展的主要功能是“Fix the Chrome tabs mess”。
擴展截圖
下載Seamless擴展crx文件
下載Seamless擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Frustrated with the amount of tabs you have open? Safely close the tabs that are not needed now Restore from the cloud later Browse like normal, everything is saved automatically More info at https://seamlessbrowser.com
擴展基本資訊
名稱 | Seamless |
ID | lfpmphbkdblmjiacldmnnnohplomklch |
官方網址 | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
簡介 | Fix the Chrome tabs mess |
檔案大小 | 2.96 MB |
安裝次數 | 23 |
目前版本 | 2.0.0.2 |
更新時間 | 2020-12-21 |
上架時間 | 2020-07-06 |
開發者 | https://seamlessbrowser.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://seamlessbrowser.com |
說明頁面URL | https://seamlessbrowser.com/review |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seamless", "version": "2.0.0.2", "description": "Fix the Chrome tabs mess", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "default_title": "Seamless" }, "icons": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } }, "select-session-down": { "suggested_key": { "default": "Ctrl+Shift+Down" }, "description": "select session: down" }, "select-session-up": { "suggested_key": { "default": "Ctrl+Shift+Up" }, "description": "select session: up" }, "select-session-select": { "suggested_key": { "default": "Ctrl+Shift+Right" }, "description": "select session: select" } }, "manifest_version": 2 } |