Open Tabs
Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.
什麼是Open Tabs?
Open Tabs是由https://www.opentabs.io開發的Chrome擴展程式,該擴展的主要功能是“Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.”。
擴展截圖
下載Open Tabs擴展crx文件
下載Open Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open Tabs allows you to create groups of tabs, save them across multiple devices, and re-open them later. Reduce memory consumption and speed up your computer by saving into groups all the tabs that you don't need right now, and focus on what's relevant. If you usually find your browser with dozens of tabs open at a time or if you have several sets of tabs that you always use for specific activities in Chrome, you might find Open Tabs very useful. Open Tabs syncs to your Google account which means you it will remember your tab groups on any computer as long as you're signed in and you can customize it however you want. This extension is still in development, and therefore it will continue to improve over time. Your feedback is always very welcome.
擴展基本資訊
名稱 | Open Tabs |
ID | hohlhlgjmkmoifphmaloogebclmjnhgb |
官方網址 | https://chromewebstore.google.com/detail/open-tabs/hohlhlgjmkmoifphmaloogebclmjnhgb |
簡介 | Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later. |
檔案大小 | 123 KB |
安裝次數 | 1,207 |
目前版本 | 1.1.1 |
更新時間 | 2017-04-16 |
上架時間 | 2017-04-16 |
評分 | 4.00/5 共 20 次評分 |
開發者 | https://www.opentabs.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.opentabs.io/ |
說明頁面URL | http://www.opentabs.io/help.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "short_name": "Open Tabs", "description": "Open Tabs lets you create groups of tabs, save them across multiple devices, and reopen later.", "version": "1.1.1", "homepage_url": "http:\/\/www.opentabs.io\/", "offline_enabled": true, "permissions": [ "activeTab", "tabs", "storage" ], "options_ui": { "page": "options.html" }, "browser_action": { "default_title": "Open Tabs", "default_popup": "popup.html", "default_icon": { "19": "images\/icons\/icon19.png", "38": "images\/icons\/[email protected]" } }, "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/[email protected]", "128": "images\/icons\/[email protected]" } } |