Gender Filter

An Extension that allows the user to filter gender words ending with '*in' and '*innen'

Qu'est-ce que Gender Filter ?

Gender Filter est une extension Chrome développée par Unknown, et sa fonction principale est "An Extension that allows the user to filter gender words ending with '*in' and '*innen'".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gender Filter

Téléchargez les fichiers d'extension Gender Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Gender start endings in the German language is a new concept that seems hard to understand. The Gender Filter Extension comes in really handy; it replaces all gender start endings to its proper word. 
For example: 
- "Meister*innen" would be "Meister"
- "Kandidat*innen" would be "Kandidaten"
and so on.                    

Informations de Base sur l'Extension

Nom Gender Filter Gender Filter
ID ehloojohnkegpedpmippnlggpcokmgoj
URL Officiel https://chromewebstore.google.com/detail/gender-filter/ehloojohnkegpedpmippnlggpcokmgoj
Description An Extension that allows the user to filter gender words ending with '*in' and '*innen'
Taille du Fichier 12.24 KB
Nombre d'Installations 33
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-22
Date de Publication 2022-01-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gender Filter",
    "description": "An Extension that allows the user to filter gender words ending with '*in' and '*innen'",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-64.png",
            "128": "\/images\/logo-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "\/css\/pageStyle.css"
            ],
            "js": [
                "\/js\/content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-64.png",
        "128": "\/images\/logo-128.png"
    }
}