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
电子邮箱 [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}"
        }
    }
}