Open Link on PC
One tap open links on mobile on PC!
Open Link on PC란 무엇입니까?
Open Link on PC은(는) https://open-link-on-pc.firebaseapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One tap open links on mobile on PC!"입니다.
확장 프로그램 스크린샷
Open Link on PC 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever found an interesting website and want to view it on PC? Typing the whole link or searching the internet could be tedious... Not any more! Open Link on PC is here to help! Install android app - https://play.google.com/store/apps/details?id=com.prathameshshiralkar.linkonpc Key features - - Supports all Android phones running Android Lollipop and above. - Open links on any Desktop / Laptop - Windows, mac, Linux, etc. - Easy Login-logout process. - Opens links almost instantaneously! - No need to login everytime. Login once and you will be kept logged in until you manually logout. - Open links from sms dirctly on PC. - Copy-paste links in app to open on PC.
확장 프로그램 기본 정보
이름 | |
ID | bdnfnkhfbgepokkkkbookefhdfibpnbc |
공식 URL | https://chromewebstore.google.com/detail/open-link-on-pc/bdnfnkhfbgepokkkkbookefhdfibpnbc |
설명 | One tap open links on mobile on PC! |
파일 크기 | 233 KB |
설치 횟수 | 618 |
현재 버전 | 1.4 |
최근 업데이트 | 2019-01-15 |
출시 날짜 | 2019-01-15 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://open-link-on-pc.firebaseapp.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://open-link-on-pc.firebaseapp.com/privacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Link on PC", "version": "1.4", "description": "One tap open links on mobile on PC!", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio.com; object-src 'self'; ", "background": { "scripts": [ "firebase.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "scripts": [ "firebase.js", "popup.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |