TabCloud
Save and restore window sessions over time and across multiple computers.
什麼是TabCloud?
TabCloud是由https://connorhd.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Save and restore window sessions over time and across multiple computers.”。
擴展截圖
下載TabCloud擴展crx文件
下載TabCloud擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tab Cloud allows you to save any window session and restore it at a later date or on another computer. Effectively allowing you to sync open tabs between multiple computers. To use you simply click the TabCloud icon on the menu, you will then see your current open windows and previously saved windows, you can save open windows, or restore saved ones. You can also delete previously saved windows. Additional features: - Middle (or ctrl) clicking any tab icon opens just that tab. - Clicking on an open tab icon jumps to that tab in a browser. - Dragging a tab icon allows you to move tabs between windows, including to and from saved windows that are not currently open. - Secure login using your Google account, with the option to logout on the TabCloud menu. - Click on any windows name to rename at any time.
擴展基本資訊
名稱 | TabCloud |
ID | npecfdijgoblfcgagoijgmgejmcpnhof |
官方網址 | https://chromewebstore.google.com/detail/tabcloud/npecfdijgoblfcgagoijgmgejmcpnhof |
簡介 | Save and restore window sessions over time and across multiple computers. |
檔案大小 | 75.67 KB |
安裝次數 | 159,855 |
目前版本 | 1.17 |
更新時間 | 2014-06-02 |
上架時間 | 2014-05-31 |
評分 | 4.41/5 共 2059 次評分 |
開發者 | https://connorhd.co.uk |
付費類型 | free |
擴展官網 | http://connorhd.co.uk/2010/10/23/tabcloud/ |
說明頁面URL | http://chrometabcloud.appspot.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabCloud", "version": "1.17", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "description": "Save and restore window sessions over time and across multiple computers.", "permissions": [ "tabs", "chrome:\/\/favicon\/", "https:\/\/chrometabcloud.appspot.com\/*" ], "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/menu.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.viglink.com chrome-extension-resource: https:\/\/ssl.google-analytics.com; object-src 'self'" } |