Shared Clipboard
Extension for the Shared Clipboard mobile app and website
Shared Clipboard란 무엇입니까?
Shared Clipboard은(는) Faded Softwares에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for the Shared Clipboard mobile app and website"입니다.
확장 프로그램 스크린샷
Shared Clipboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The official Chrome extension for the popular app, Shared Clipboard. Transfer text and links between your pc and your mobile seamlessly. *Update 1.2: Options for notifications added.
확장 프로그램 기본 정보
이름 | Shared Clipboard |
ID | nmemiplfpjallomblhoapiajlgpnjloi |
공식 URL | https://chromewebstore.google.com/detail/shared-clipboard/nmemiplfpjallomblhoapiajlgpnjloi |
설명 | Extension for the Shared Clipboard mobile app and website |
파일 크기 | 48.3 KB |
설치 횟수 | 494 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-06-03 |
출시 날짜 | 2020-06-22 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | Faded Softwares |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shared Clipboard", "version": "1.2", "description": "Extension for the Shared Clipboard mobile app and website", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAueE+yK59sONbzs9Hh9H8Q+XVXf1Ss12JQVpKBlVROLtyBnXNzSHCpM58sdyuA423MkjSBSIv8IayZr+Buu6xHkVUaObbphhUwyPsqfxmfGPbGZvqH120lR6GrH91fJnO1i8uznT6rkaBfH5R\/5FGjG\/bWx9l1tfUE40KspGYE3M\/eWGqPUSRWjmTF4QbgMjwTBIA1vv1DZFmq0SS3DHLPWX9z5N9KOGf9g8WCHRvy6cWhlxNO\/TP5a1fwVR95a4mH9PwqpZ0EtlPlA5ootueO+K\/uUWjz5CsA+xLT8UBaUyjwUlIqI4gIck1FPbSlyCWD\/OPy62VNVGFY\/JbyfZu3wIDAQAB", "icons": { "128": "sc128.png", "48": "sc48.png", "32": "sc32.png", "16": "sc16.png" }, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'", "permissions": [ "notifications", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "page": "background.html" } } |