Gender Filter
An Extension that allows the user to filter gender words ending with '*in' and '*innen'
Gender Filterคืออะไร?
Gender Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "An Extension that allows the user to filter gender words ending with '*in' and '*innen'"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gender Filter
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
}
} | |