Tetherly
Tetherly - Instant Webpage and Document Sharing.
Tetherly란 무엇입니까?
Tetherly은(는) https://www.tetherly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tetherly - Instant Webpage and Document Sharing."입니다.
확장 프로그램 스크린샷
Tetherly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly share websites, documents, images and notifications between your mobile and desktop devices. Sending webpages, images, and documents to larger browsers is hassle free and instant - just find the share button on your mobile device, click on the Tetherly icon, and watch it appear instantly on your larger browser. Tetherly is smart: even if your larger browser is closed, or the machine turned off, as soon as it opens, your webpages will be open and ready to view. Tetherly works anywhere you have an internet connection. You don't need to be near your larger browser to send pages to it. Half way across the world, or across the room, Tetherly sends webpages instantly!
확장 프로그램 기본 정보
이름 | Tetherly |
ID | polbaphmmclhiaolphihjakjoeapbaho |
공식 URL | https://chromewebstore.google.com/detail/tetherly/polbaphmmclhiaolphihjakjoeapbaho |
설명 | Tetherly - Instant Webpage and Document Sharing. |
파일 크기 | 201 KB |
설치 횟수 | 24 |
현재 버전 | 1.3.9 |
최근 업데이트 | 2015-06-08 |
출시 날짜 | 2015-06-08 |
개발자 | https://www.tetherly.com |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetherly", "description": "Tetherly - Instant Webpage and Document Sharing.", "version": "1.3.9", "permissions": [ "tabs", "notifications", "background", "debugger", "https:\/\/tetherly.com\/", "http:\/\/*\/", "https:\/\/*\/*" ], "homepage_url": "https:\/\/www.tetherly.com\/", "options_page": ".\/html\/options.html", "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "browser_action": { "default_icon": ".\/img\/icon16.png", "default_popup": ".\/html\/login.html" }, "web_accessible_resources": [ ".\/img\/icon48.png" ], "background": { "page": ".\/html\/background.html", "persistent": true } } |