Gender Filter

An Extension that allows the user to filter gender words ending with '*in' and '*innen'

Gender Filter là gì?

Gender Filter là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "An Extension that allows the user to filter gender words ending with '*in' and '*innen'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gender Filter

Tải xuống các tệp mở rộng Gender Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gender Filter Gender Filter
ID ehloojohnkegpedpmippnlggpcokmgoj
URL Chính Thức https://chromewebstore.google.com/detail/gender-filter/ehloojohnkegpedpmippnlggpcokmgoj
Mô tả An Extension that allows the user to filter gender words ending with '*in' and '*innen'
Kích Thước Tệp 12.24 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-22
Ngày Phát Hành 2022-01-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}