rehumanize

The Chrome extension for humanity.

什么是rehumanize?

rehumanize是由https://rehumanize.me开发的Chrome扩展程序,该扩展的主要功能是“The Chrome extension for humanity.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 rehumanize rehumanize
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"
            ]
        }
    ]
}