rehumanize
The Chrome extension for humanity.
rehumanize क्या है?
rehumanize https://rehumanize.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Chrome extension for humanity."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में rehumanize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |