Clipboard++
Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily
Clipboard++란 무엇입니까?
Clipboard++은(는) nikolay.dimitrov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily"입니다.
확장 프로그램 스크린샷
Clipboard++ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pair your Chrome with the free phone application, Clipboard++, to start sending data clips directly to your phone as push notifications. ** New in version 1.8 - Send data only via secure channels - Bugfixes ** New in version 1.5.5 - Send data clips from your phone to your Chrome! - Copy the text or open the link directly You can easily send any piece of text, phone number, link to a web page, image or video. Right-click on selected text, image or just on the page to send. Just start up the app on your phone and generate pairing code, enter the code in the extension popup window and that's all - you are ready to go! Directly call the copied number or open your browser to view the link you've just sent.
확장 프로그램 기본 정보
이름 | Clipboard++ |
ID | pecipdapigjbjmnkfahjlgnfcajpajhh |
공식 URL | https://chromewebstore.google.com/detail/clipboard++/pecipdapigjbjmnkfahjlgnfcajpajhh |
설명 | Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily |
파일 크기 | 55.51 KB |
설치 횟수 | 1,054 |
현재 버전 | 1.8.1 |
최근 업데이트 | 2017-03-26 |
출시 날짜 | 2017-03-25 |
평점 | 3.18/5 총 11 개의 평점 |
개발자 | nikolay.dimitrov |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clipboard++", "short_name": "Clipboard++", "version": "1.8.1", "description": "Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily", "manifest_version": 2, "permissions": [ "storage", "contextMenus", "activeTab", "notifications" ], "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Clipboard++", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "converted_from_user_script": true } |