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文件
下載KDE Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |