KDE Connect
Allows sharing pages, videos, and images from your browser to KDE Connect devices.
KDE Connect क्या है?
KDE Connect Peter Fern द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows sharing pages, videos, and images from your browser to KDE Connect devices."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KDE Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |