Kontext

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

Cos'è Kontext?

Kontext è un'estensione di Chrome sviluppata da Moritz Klack, e la sua funzione principale è "Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einfügt.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kontext

Scarica i file di estensione Kontext in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Kontext Kontext
ID mfphpdgjngbopfjgbpkeablkjhlohmkb
URL Ufficiale https://chromewebstore.google.com/detail/kontext/mfphpdgjngbopfjgbpkeablkjhlohmkb
Descrizione Eine Browser-Extension, die Zusatzinformationen zu bestimmten Politiker*innen in Webseiten einfügt.
Dimensione del File 388 KB
Conteggio Installazioni 308
Versione Corrente 3.0
Ultimo Aggiornamento 2024-02-17
Data di Pubblicazione 2018-06-03
Valutazione 4.54/5 Totale 13 Valutazioni
Sviluppatore Moritz Klack
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kontext.fyi
Lingue Supportate 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}"
        }
    }
}