Chrome Decolonized

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

¿Qué es Chrome Decolonized?

Chrome Decolonized es una extensión de Chrome desarrollada por Unknown, y su función principal es "Replaces foreign names for tribes and locations in tribal homelands with the original names used by the indigenous people.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Chrome Decolonized

Descarga archivos de extensión Chrome Decolonized en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Chrome Decolonized Chrome Decolonized
ID ijhddhjbhjjbnglppjeafggokfcjnece
URL Oficial https://chromewebstore.google.com/detail/chrome-decolonized/ijhddhjbhjjbnglppjeafggokfcjnece
Descripción Replaces foreign names for tribes and locations in tribal homelands with the original names used by the indigenous people.
Tamaño del Archivo 58.87 KB
Cantidad de Instalaciones 75
Versión Actual 2.01
Última Actualización 2019-11-01
Fecha de Publicación 2019-11-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    }
}