Chrome Device Tab Manager
See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…
Chrome Device Tab Manager란 무엇입니까?
Chrome Device Tab Manager은(는) http://seanssmith.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…"입니다.
확장 프로그램 스크린샷
Chrome Device Tab Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click the device name to restore all the tabs in a new window or click on the individual tab to open in a new tab. You must be signed in to chrome on your device and have syncing turned on (it's on by default). Instructions can be found here: https://support.google.com/chrome/answer/185277
확장 프로그램 기본 정보
이름 | |
ID | gmocgmijffnnlfpidkoobkmoadpaojkp |
공식 URL | https://chrome.google.com/webstore/detail/chrome-device-tab-manager/gmocgmijffnnlfpidkoobkmoadpaojkp |
설명 | See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click… |
파일 크기 | 1.76 MB |
설치 횟수 | 399 |
현재 버전 | 0.2 |
최근 업데이트 | 2016-03-15 |
출시 날짜 | 2016-03-15 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | http://seanssmith.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/sean-smith/koala |
도움말 페이지 URL | https://github.com/sean-smith/koala/issues |
개인정보 보호 정책 페이지 URL | https://seanssmith.net/copyright.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Device Tab Manager", "version": "0.2", "permissions": [ "sessions", "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Tabs open on your devices.", "default_icon": "images\/iphone-128x128.png", "default_popup": "popup.html" }, "icons": { "48": "images\/iphone-48x48.png", "128": "images\/iphone-128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |