Clippy
Get your clipboard on sync! Copy and Paste across devices
Clippy란 무엇입니까?
Clippy은(는) Kirtan Thakkar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your clipboard on sync! Copy and Paste across devices"입니다.
확장 프로그램 스크린샷
Clippy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clippy - copy and paste across devices Get your clipboard data on sync across devices [ Available as an Android App: https://bit.ly/clippy-android ] Note: Clippy is now out of beta. Know more on https://clippy.works Copy on one device and your can paste the data to other device within a second. As simple as that. Improve your productivity. No sending emails to your self or creating drafts. No other notes tools just to copy some information from one device to another. Did I mention, It's free! Note: All the clipboard data is transferred over HTTPS and never stored on the server. Be assured.
확장 프로그램 기본 정보
이름 | Clippy |
ID | honbeilkanbghjimjoniipnnehlmhggk |
공식 URL | https://chromewebstore.google.com/detail/clippy/honbeilkanbghjimjoniipnnehlmhggk |
설명 | Get your clipboard on sync! Copy and Paste across devices |
파일 크기 | 866 KB |
설치 횟수 | 2,224 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-03-03 |
출시 날짜 | 2020-06-29 |
평점 | 3.57/5 총 23 개의 평점 |
개발자 | Kirtan Thakkar |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://clippy.works |
도움말 페이지 URL | https://clippy.works/support |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clippy", "description": "Get your clipboard on sync! Copy and Paste across devices", "version": "1.0.0", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Clippy - your synced clipboard!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "clipboardRead", "clipboardWrite", "background", "notifications", "gcm", "storage", "https:\/\/clippy.works\/" ], "background": { "page": "background\/background.html", "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/clippy.works\/*" ] } } |