Chrome Decolonized

Replaces foreign names for tribes and locations in tribal homelands with the original names used by the indigenous people.

Τι είναι το Chrome Decolonized;

Το Chrome Decolonized είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces foreign names for tribes and locations in tribal homelands with the original names used by the indigenous people.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Decolonized

Λήψη αρχείων επέκτασης Chrome Decolonized σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This app was designed to be an educational aid and to help give people opportunity to see indigenous people and the world around them from a pre-colonized perspective. 

When you load a website you will see the icon to (De)Colonize your pages. Initially, pages will appear with the original scripting. Clicking the app will toggle between the colonized terminology and indigenous endonyms. For example, most Cherokee people refer to themselves as Tsalagi (pronounced jah-lah-gee). Toggling the extension will switch between Cherokee and Tsalagi in websites. 

A current bug is that when you change tabs you may have to click twice to set the toggle for the new tab, and that is currently being worked on. 

This extension is in beta stage. I am also working on crowdsourcing more indigenous names and hope to include indigenous endonyms from around the world and indigenous names for places over time. 

Thanks for checking it out, and I hope you enjoy learning more about the indigenous people and languages around you.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chrome Decolonized Chrome Decolonized
ID ijhddhjbhjjbnglppjeafggokfcjnece
Επίσημο URL https://chromewebstore.google.com/detail/chrome-decolonized/ijhddhjbhjjbnglppjeafggokfcjnece
Περιγραφή Replaces foreign names for tribes and locations in tribal homelands with the original names used by the indigenous people.
Μέγεθος Αρχείου 58.87 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 2.01
Τελευταία Ενημέρωση 2019-11-01
Ημερομηνία Δημοσίευσης 2019-11-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Decolonized",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Replaces foreign names for tribes and locations in tribal homelands with the original names used by the indigenous people.",
    "version": "2.01",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "(De)Colonize Toggle"
    }
}