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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |