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'”。

擴展截圖

screenshot
screenshot

下載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 Gender Filter
ID ehloojohnkegpedpmippnlggpcokmgoj
官方網址 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"
    }
}