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ファイルをダウンロード

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