rehumanize
The Chrome extension for humanity.
rehumanizeとは何ですか?
rehumanizeはhttps://rehumanize.meによって開発されたChromeの拡張機能で、その主な機能は「The Chrome extension for humanity.」です。
拡張機能のスクリーンショット
rehumanize拡張機能のCRXファイルをダウンロード
rehumanize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It’s in your newsfeed, it’s in the news. Too often those fleeing disaster and despair are called “queue jumpers”, “boat people” or worse.. “illegals”. It’s easy to lose sight of their humanity. This simple Chrome extension replaces these words and brings in a little more dignity. Let's call them humans.
拡張機能の基本情報
名前 | |
ID | fndemhlchjmbionkkacpflllkfeppjpm |
公式URL | https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm |
説明 | The Chrome extension for humanity. |
ファイルサイズ | 18.5 KB |
インストール数 | 65 |
現在のバージョン | 1.0.0 |
最終更新日 | 2015-09-04 |
公開日 | 2015-09-04 |
評価 | 4.06/5 合計 17 レビュー |
開発者 | https://rehumanize.me |
支払い方法 | free |
拡張機能のウェブサイト | http://rehumanize.me |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "rehumanize", "short_name": "rehumanize", "version": "1.0.0", "manifest_version": 2, "author": "Agency", "description": "The Chrome extension for humanity.", "homepage_url": "http:\/\/rehumanize.me", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |