Kontext

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

What is Kontext?

Kontext is a Chrome extension developed by Moritz Klack, and its main feature is "Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einfügt.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kontext Extension CRX File

Download Kontext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Kontext Kontext
ID mfphpdgjngbopfjgbpkeablkjhlohmkb
Official URL https://chromewebstore.google.com/detail/kontext/mfphpdgjngbopfjgbpkeablkjhlohmkb
Description Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einfügt.
File Size 388 KB
Installation Count 308
Current Version 3.0
Last Updated 2024-02-17
Publish Date 2018-06-03
Rating 4.54/5 Total 13 Ratings
Developer Moritz Klack
Email [email protected]
Payment Type free
Extension Website https://kontext.fyi
Supported Languages 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}"
        }
    }
}