Kontext

Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einfügt.

Kontextとは何ですか?

KontextはMoritz Klackによって開発されたChromeの拡張機能で、その主な機能は「Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einfügt.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einfügt.                    

拡張機能の基本情報

名前 Kontext Kontext
ID mfphpdgjngbopfjgbpkeablkjhlohmkb
公式URL https://chromewebstore.google.com/detail/kontext/mfphpdgjngbopfjgbpkeablkjhlohmkb
説明 Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einfügt.
ファイルサイズ 388 KB
インストール数 308
現在のバージョン 3.0
最終更新日 2024-02-17
公開日 2018-06-03
評価 4.54/5 合計 13 レビュー
開発者 Moritz Klack
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kontext.fyi
対応言語 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kontext",
    "description": "Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einf\u00fcgt.",
    "version": "3.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/settings.js",
                "src\/data.js",
                "src\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "src\/popup.html",
        "default_title": "Kontext"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "browser_specific_settings": {
        "gecko": {
            "id": "{5917ded4-5f46-4a62-94b6-8802b982012c}"
        }
    }
}