Gender Filter
An Extension that allows the user to filter gender words ending with '*in' and '*innen'
什么是Gender Filter?
Gender Filter是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“An Extension that allows the user to filter gender words ending with '*in' and '*innen'”。
扩展截图
下载Gender Filter扩展crx文件
下载Gender Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Gender Filter |
ID | ehloojohnkegpedpmippnlggpcokmgoj |
官方URL | https://chromewebstore.google.com/detail/gender-filter/ehloojohnkegpedpmippnlggpcokmgoj |
简介 | An Extension that allows the user to filter gender words ending with '*in' and '*innen' |
文件大小 | 12.24 KB |
安装次数 | 33 |
当前版本 | 1.0 |
更新时间 | 2022-01-22 |
上架时间 | 2022-01-22 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |