Plasma Integration

Provides better integration with the KDE Plasma desktop.

Plasma Integrationとは何ですか?

Plasma Integrationはkde-chromeによって開発されたChromeの拡張機能で、その主な機能は「Provides better integration with the KDE Plasma desktop.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Plasma Integration拡張機能のCRXファイルをダウンロード

Plasma Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Multitask efficiently by controlling browser functions from the desktop, even while Chrome is in the background. Manage audio and video playback, check downloads in the notification area, send files to your phone using KDE Connect and more inside the KDE Plasma Desktop!

The plasma-browser-integration package must be installed for this extension to work. It should be available from your distribution's package manager when running Plasma 5.13 or later.                    

拡張機能の基本情報

名前 Plasma Integration Plasma Integration
ID cimiefiiaegbelhefglklhhakcgmhkai
公式URL https://chromewebstore.google.com/detail/plasma-integration/cimiefiiaegbelhefglklhhakcgmhkai
説明 Provides better integration with the KDE Plasma desktop.
ファイルサイズ 243 KB
インストール数 267,369
現在のバージョン 1.9
最終更新日 2023-11-05
公開日 2020-04-16
評価 4.51/5 合計 243 レビュー
開発者 kde-chrome
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://community.kde.org/Plasma/Browser_Integration
プライバシーポリシーページのURL https://kde.org/privacypolicy
対応言語 id,de,en,en-GB,fr,nl,tr,ca,da,et,es,it,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,ta,ml,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plasma Integration",
    "short_name": "Plasma",
    "description": "Provides better integration with the KDE Plasma desktop.",
    "version": "1.9",
    "default_locale": "en",
    "author": "Kai Uwe Broulik ",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1Wz6JigIdPBxPJvYrnjuKM3X4YEaUHgyOW2TM1G1Maxook1HO8vLFGhBR7g3jEQ7Yw9PTa6ZAa8J\/I9a\/1EQz0Ssx2+m3R9SvJfdKSCrCth8nwMpB8V8I5EhiUoW57kM0v9r\/18Buem5cBIo0EnSAVCbmNG95R5jtg62P4+LNGEwHk5L7RSblXUN2hhUwXty4A98EXD6T2Pnpu1m8nRF2B1t5AcspSMV5ECnL9x8kT5bup1gJo0FGTz6C+1huDNRaI3OY1YDWyvCVRFXlAhuFERTW6siMdghK++kYM43H7cvJMFYnVVuffD9WNRsUCI9V0SrqYbPre\/2nEl+8VUXVwIDAQAB",
    "icons": {
        "16": "icons\/plasma-16.png",
        "32": "icons\/plasma-32.png",
        "48": "icons\/plasma-48.png",
        "128": "icons\/plasma-128.png"
    },
    "background": {
        "scripts": [
            "constants.js",
            "utils.js",
            "extension-utils.js",
            "extension-kdeconnect.js",
            "extension-mpris.js",
            "extension-downloads.js",
            "extension-tabsrunner.js",
            "extension-purpose.js",
            "extension-historyrunner.js",
            "extension.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "action_popup.html",
        "theme_icons": [
            {
                "light": "icons\/plasma-dark-16.png",
                "dark": "icons\/plasma-16.png",
                "size": 16
            },
            {
                "light": "icons\/plasma-dark-32.png",
                "dark": "icons\/plasma-32.png",
                "size": 32
            },
            {
                "light": "icons\/plasma-dark-48.png",
                "dark": "icons\/plasma-48.png",
                "size": 48
            },
            {
                "light": "icons\/plasma-dark-128.png",
                "dark": "icons\/plasma-128.png",
                "size": 128
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "constants.js",
                "utils.js",
                "content-utils.js",
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "page-script.js"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "nativeMessaging",
        "notifications",
        "storage",
        "downloads",
        "tabs",
        "",
        "contextMenus"
    ],
    "optional_permissions": [
        "history"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "50.0"
        }
    }
}