Doublespeak
This extension replaces political doublespeak with plain English.
Doublespeakคืออะไร?
Doublespeak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://doublespeakapp.blogspot.com และคุณลักษณะหลักของมันคือ "This extension replaces political doublespeak with plain English."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doublespeak
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lpocalkepbngfjobdlnaikgceplmahon |
URL อย่างเป็นทางการ | 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" } } } |