Gender Filter
An Extension that allows the user to filter gender words ending with '*in' and '*innen'
Co je Gender Filter?
Gender Filter je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „An Extension that allows the user to filter gender words ending with '*in' and '*innen'“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gender Filter
Stáhněte si soubory rozšíření Gender Filter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Gender Filter |
ID | ehloojohnkegpedpmippnlggpcokmgoj |
Oficiální URL | https://chromewebstore.google.com/detail/gender-filter/ehloojohnkegpedpmippnlggpcokmgoj |
Popis | An Extension that allows the user to filter gender words ending with '*in' and '*innen' |
Velikost souboru | 12.24 KB |
Počet instalací | 33 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-01-22 |
Datum Vydání | 2022-01-22 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Unknown |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |