The Ungender
Replace gender-specific with gender-neutral pronouns
The Ungenderとは何ですか?
The Ungenderはandreas.s.t.janssonによって開発されたChromeの拡張機能で、その主な機能は「Replace gender-specific with gender-neutral pronouns」です。
拡張機能のスクリーンショット
The Ungender拡張機能のCRXファイルをダウンロード
The Ungender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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
} | |