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 |
官方網址 | 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" ] } ] } |