humanize

Replaces words that are predictably used to dehumanize people with different words that are more humanizing.

humanizeคืออะไร?

humanize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.peterphalen.com และคุณลักษณะหลักของมันคือ "Replaces words that are predictably used to dehumanize people with different words that are more humanizing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย humanize

ดาวน์โหลดไฟล์ส่วนขยาย humanize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We currently support illegal aliens, dangerous/organized thugs, and welfare queens.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ humanize humanize
ID ckgiiaehnngpfmcnjmlmpedkkfnedmil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil
คำอธิบาย Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
ขนาดไฟล์ 12.45 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.75.4
อัปเดตครั้งล่าสุด 2016-08-10
วันที่เผยแพร่ 2016-08-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.peterphalen.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/peterphalen/humanize/blob/master/README.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "humanize",
    "version": "0.75.4",
    "description": "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.",
    "author": "Peter L Phalen",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}