rehumanize
The Chrome extension for humanity.
rehumanizeคืออะไร?
rehumanize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rehumanize.me และคุณลักษณะหลักของมันคือ "The Chrome extension for humanity."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rehumanize
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |