Doublespeak
This extension replaces political doublespeak with plain English.
Wat is Doublespeak?
Doublespeak is een Chrome-extensie ontwikkeld door https://doublespeakapp.blogspot.com, en de belangrijkste functie is "This extension replaces political doublespeak with plain English.".
Extensie Screenshots
Download het CRX-bestand van de extensie Doublespeak
Download Doublespeak-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lpocalkepbngfjobdlnaikgceplmahon |
Officiële URL | https://chromewebstore.google.com/detail/doublespeak/lpocalkepbngfjobdlnaikgceplmahon |
Beschrijving | This extension replaces political doublespeak with plain English. |
Bestandsgrootte | 266 KB |
Aantal Installaties | 44 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2016-11-21 |
Publicatiedatum | 2016-11-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://doublespeakapp.blogspot.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |