Gender Filter

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

Wat is Gender Filter?

Gender Filter is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "An Extension that allows the user to filter gender words ending with '*in' and '*innen'".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Gender Filter

Download Gender Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gender Filter Gender Filter
ID ehloojohnkegpedpmippnlggpcokmgoj
Officiële URL https://chromewebstore.google.com/detail/gender-filter/ehloojohnkegpedpmippnlggpcokmgoj
Beschrijving An Extension that allows the user to filter gender words ending with '*in' and '*innen'
Bestandsgrootte 12.24 KB
Aantal Installaties 33
Huidige Versie 1.0
Laatst Bijgewerkt 2022-01-22
Publicatiedatum 2022-01-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}