Gender Neutralize
De-gender language on the web
Gender Neutralize क्या है?
Gender Neutralize soph-iest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "De-gender language on the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gender Neutralize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension to turn unnecessarily gendered words into their gender-neutral alternatives across the web. Currently covers traditional male and female pronouns, relational titles (e.g. "boyfriend", "daughter"), professional and occupational titles (e.g. "Congressman"), and more. Options to toggle changing of personal pronouns on or off, as well as inputting a substitute for "dude", "guys", and other slang-based terms.
एक्सटेंशन की मूल जानकारी
नाम | Gender Neutralize |
ID | iekijanpfmnhhpkabojigmglmmfgknoa |
आधिकारिक URL | https://chromewebstore.google.com/detail/gender-neutralize/iekijanpfmnhhpkabojigmglmmfgknoa |
विवरण | De-gender language on the web |
फ़ाइल का आकार | 43.21 KB |
स्थापना संख्या | 294 |
वर्तमान संस्करण | 3.2.2 |
अंतिम अपडेट | 2021-12-14 |
प्रकाशन तिथि | 2018-07-14 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | soph-iest |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/amity/gender-neutralize |
सहायता पृष्ठ URL | https://github.com/amity/gender-neutralize |
गोपनीयता नीति पृष्ठ URL | https://github.com/soph-iest/gender-neutralize |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gender Neutralize", "short_name": "De-Gender", "version": "3.2.2", "author": "Sophie Debs", "content_scripts": [ { "all_frames": true, "js": [ "replacement.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "description": "De-gender language on the web", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png" }, "manifest_version": 2, "options_ui": { "page": "options.html", "open_in_tab": false } } |