rehumanize

The Chrome extension for humanity.

rehumanize là gì?

rehumanize là một tiện ích mở rộng Chrome được phát triển bởi https://rehumanize.me, và tính năng chính của nó là "The Chrome extension for humanity.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng rehumanize

Tải xuống các tệp mở rộng rehumanize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên rehumanize rehumanize
ID fndemhlchjmbionkkacpflllkfeppjpm
URL Chính Thức https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm
Mô tả The Chrome extension for humanity.
Kích Thước Tệp 18.5 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-09-04
Ngày Phát Hành 2015-09-04
Đánh Giá 4.06/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://rehumanize.me
Loại Thanh Toán free
Trang Web Mở Rộng http://rehumanize.me
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}