Lenguaje inclusivo
Traduce la web a lenguaje inclusivo. Al igual que el lenguaje, esta en proceso...
Lenguaje inclusivoとは何ですか?
Lenguaje inclusivoはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Traduce la web a lenguaje inclusivo. Al igual que el lenguaje, esta en proceso...」です。
拡張機能のスクリーンショット
Lenguaje inclusivo拡張機能のCRXファイルをダウンロード
Lenguaje inclusivo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
La primera Estension que traduce la web a lenguaje inclusivo. Se encuentra en desarrollo, al igual que el lenguaje. Cualquier
拡張機能の基本情報
名前 | Lenguaje inclusivo |
ID | diacmagjbdcgancgdjnegbjhdnjkcagc |
公式URL | https://chromewebstore.google.com/detail/lenguaje-inclusivo/diacmagjbdcgancgdjnegbjhdnjkcagc |
説明 | Traduce la web a lenguaje inclusivo. Al igual que el lenguaje, esta en proceso... |
ファイルサイズ | 18.16 KB |
インストール数 | 23 |
現在のバージョン | 0.1 |
最終更新日 | 2018-07-24 |
公開日 | 2018-07-24 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lenguaje inclusivo", "description": "Traduce la web a lenguaje inclusivo. Al igual que el lenguaje, esta en proceso...", "version": "0.1", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |