The Ungender
Replace gender-specific with gender-neutral pronouns
The Ungender क्या है?
The Ungender andreas.s.t.jansson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace gender-specific with gender-neutral pronouns"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Ungender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Ungender replaces pronouns as follows: she -> ze, he -> ze, her -> zir, him -> zir, his -> zir, hers ->: zirs, his -> zirs, herself -> zirself, himself -> zirself Source code at https://github.com/andreasjansson/the-ungender. Inspired by dhen.se
एक्सटेंशन की मूल जानकारी
नाम | The Ungender |
ID | blfboedipjpaphkkdoddffpnfjknfeda |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-ungender/blfboedipjpaphkkdoddffpnfjknfeda |
विवरण | Replace gender-specific with gender-neutral pronouns |
फ़ाइल का आकार | 4.42 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2012-11-04 |
प्रकाशन तिथि | 2012-11-04 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | andreas.s.t.jansson |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Ungender", "version": "0.1", "description": "Replace gender-specific with gender-neutral pronouns", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" }, "manifest_version": 2 } |