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은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces foreign names for tribes and locations in tribal homelands with the original names used by the indigenous people."입니다.

확장 프로그램 스크린샷

screenshot

Chrome Decolonized 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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