Ctrl-C
Copy text from phone to your desktop
Ctrl-C란 무엇입니까?
Ctrl-C은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy text from phone to your desktop"입니다.
확장 프로그램 스크린샷
Ctrl-C 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the web client for the android app which lets you copy text from your mobile phone to your computer. And it doesn't require any passwords ,just scan the Qr Code on this extension using the mobile app and you are all set to past and copy from you computer. This is useful especially when you are browsing through an article that you see a sentence that you want on you MS-Word document or otherwise you registered on a website in your computer and the otp gets sent to your phone .Just scan the Qr Code and you are all set to go
확장 프로그램 기본 정보
이름 | Ctrl-C |
ID | ecbbmhjapboknlbhhfnnlabpenjkojli |
공식 URL | https://chromewebstore.google.com/detail/ctrl-c/ecbbmhjapboknlbhhfnnlabpenjkojli |
설명 | Copy text from phone to your desktop |
파일 크기 | 624 KB |
설치 횟수 | 81 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-06-12 |
출시 날짜 | 2020-06-12 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ctrl-C", "description": "Copy text from phone to your desktop", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html", "default_title": "Open App" }, "content_security_policy": "script-src 'self' 'sha256-oXsdgxlwhfOerH3efXcPhXnjbaa6959DMUeatGKUJwA='; object-src 'self'", "permissions": [] } |