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