KDE Connect
Allows sharing pages, videos, and images from your browser to KDE Connect devices.
KDE Connect란 무엇입니까?
KDE Connect은(는) Peter Fern에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows sharing pages, videos, and images from your browser to KDE Connect devices."입니다.
확장 프로그램 스크린샷
KDE Connect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Chrome (and compatible) browser extension to send pages and content from your browser to connected KDE Connect devices, via browser action or context menu. This extension relies on a Native Messaging Host to communicate with KDE Connect devices. As a result, installation is a little more involved than stand-alone extensions. Please see https://github.com/pdf/kdeconnect-chrome-extension for installation instructions for the Native Messaging Host.
확장 프로그램 기본 정보
이름 | KDE Connect |
ID | ofmplbbfigookafjahpeepbggpofdhbo |
공식 URL | https://chromewebstore.google.com/detail/kde-connect/ofmplbbfigookafjahpeepbggpofdhbo |
설명 | Allows sharing pages, videos, and images from your browser to KDE Connect devices. |
파일 크기 | 69.03 KB |
설치 횟수 | 8,321 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2022-03-15 |
출시 날짜 | 2017-12-08 |
평점 | 3.85/5 총 34 개의 평점 |
개발자 | Peter Fern |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/pdf/kdeconnect-chrome-extension |
도움말 페이지 URL | https://github.com/pdf/kdeconnect-chrome-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KDE Connect", "short_name": "kdeconnect", "description": "Allows sharing pages, videos, and images from your browser to KDE Connect devices.", "version": "0.1.7", "homepage_url": "https:\/\/github.com\/pdf\/kdeconnect-chrome-extension", "browser_action": { "default_title": "KDE Connect", "default_popup": "popup.html", "default_icon": { "256": "images\/kdeconnect-256.png", "128": "images\/kdeconnect-128.png", "64": "images\/kdeconnect-64.png", "48": "images\/kdeconnect-48.png", "32": "images\/kdeconnect-32.png", "24": "images\/kdeconnect-24.png", "22": "images\/kdeconnect-22.png", "16": "images\/kdeconnect-16.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" } } }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "page": "background.html" }, "permissions": [ "nativeMessaging", "storage", "tabs", "contextMenus" ], "icons": { "256": "images\/kdeconnect-256.png", "128": "images\/kdeconnect-128.png", "64": "images\/kdeconnect-64.png", "48": "images\/kdeconnect-48.png", "32": "images\/kdeconnect-32.png", "24": "images\/kdeconnect-24.png", "22": "images\/kdeconnect-22.png", "16": "images\/kdeconnect-16.png" } } |