KDE Connect

Allows sharing pages, videos, and images from your browser to KDE Connect devices.

KDE Connectคืออะไร?

KDE Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Fern และคุณลักษณะหลักของมันคือ "Allows sharing pages, videos, and images from your browser to KDE Connect devices."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KDE Connect

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}