Gender Neutralizer
Alters gender pronouns on websites.
Gender Neutralizerとは何ですか?
Gender Neutralizerはfor-de-winによって開発されたChromeの拡張機能で、その主な機能は「Alters gender pronouns on websites.」です。
拡張機能のスクリーンショット
Gender Neutralizer拡張機能のCRXファイルをダウンロード
Gender Neutralizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This app aims to raise awareness of gender bias in online communications.
Pick a set of pronouns and see what happens when you read an article! 拡張機能の基本情報
| 名前 | |
| ID | lbhlinioehnnkdcndmlbnhgdenmonhnb |
| 公式URL | https://chromewebstore.google.com/detail/gender-neutralizer/lbhlinioehnnkdcndmlbnhgdenmonhnb |
| 説明 | Alters gender pronouns on websites. |
| ファイルサイズ | 174 KB |
| インストール数 | 96 |
| 現在のバージョン | 0.2.2 |
| 最終更新日 | 2016-06-16 |
| 公開日 | 2016-06-16 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | for-de-win |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gender Neutralizer",
"version": "0.2.2",
"description": "Alters gender pronouns on websites.",
"permissions": [
"activeTab",
"https:\/\/*.google.com\/",
"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js"
],
"browser_action": {
"default_title": "Gender Neutralizer",
"default_icon": "icon48.png",
"default_popup": "gennewt.html"
},
"icons": {
"100": "iconn.png",
"48": "icon48.png"
},
"content_scripts": [
{
"js": [
"jquery-2.1.3.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"background": {
"scripts": [
"f.js",
"t.js",
"m.js"
],
"persistent": false
}
} | |