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" ] } ] } |