Doublespeak

This extension replaces political doublespeak with plain English.

Doublespeak là gì?

Doublespeak là một tiện ích mở rộng Chrome được phát triển bởi https://doublespeakapp.blogspot.com, và tính năng chính của nó là "This extension replaces political doublespeak with plain English.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doublespeak

Tải xuống các tệp mở rộng Doublespeak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doublespeak Doublespeak
ID lpocalkepbngfjobdlnaikgceplmahon
URL Chính Thức https://chromewebstore.google.com/detail/doublespeak/lpocalkepbngfjobdlnaikgceplmahon
Mô tả This extension replaces political doublespeak with plain English.
Kích Thước Tệp 266 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-11-21
Ngày Phát Hành 2016-11-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://doublespeakapp.blogspot.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}