Doublespeak

This extension replaces political doublespeak with plain English.

什麼是Doublespeak?

Doublespeak是由https://doublespeakapp.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces political doublespeak with plain English.”。

擴展截圖

screenshot
screenshot

下載Doublespeak擴展crx文件

下載Doublespeak擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The web is now filled with political doublespeak--euphemisms intended to make undesirable actions seem anodyne. With this extension you can start turning the tide. Installing the app adds a button to your Chrome window that, when clicked, will open a duplicate of the current tab but with doublespeak replaced by realtalk. 

Currently replaced terms (v0.2) include:
- adversary: anybody
- extrajudicial: illegal
- rendition: kidnapping
- post-truth: lying
- fake news: propaganda
- alt-right: white supremacist

Additions to this dictionary are welcome.                    

擴展基本資訊

名稱 Doublespeak Doublespeak
ID lpocalkepbngfjobdlnaikgceplmahon
官方網址 https://chromewebstore.google.com/detail/doublespeak/lpocalkepbngfjobdlnaikgceplmahon
簡介 This extension replaces political doublespeak with plain English.
檔案大小 266 KB
安裝次數 44
目前版本 0.2
更新時間 2016-11-21
上架時間 2016-11-21
評分 5.00/5 共 2 次評分
開發者 https://doublespeakapp.blogspot.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doublespeak",
    "description": "This extension replaces political doublespeak with plain English.",
    "version": "0.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Modify doublespeak",
        "default_icon": {
            "19": "img\/doublespeak19.png",
            "38": "img\/doublespeak38.png",
            "128": "img\/doublespeak128.png"
        }
    }
}