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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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'" } |