Add the Trump Tariff
Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.
Qu'est-ce que Add the Trump Tariff ?
Add the Trump Tariff est une extension Chrome développée par Philip Bump, et sa fonction principale est "Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add the Trump Tariff
Téléchargez les fichiers d'extension Add the Trump Tariff au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Donald Trump has proposed addressing offshoring of American manufacturing by applying a 35 percent tariff to products that are then sold in the U.S. In other words, if Company X moves its clothing manufacturing to China, if those clothes are sold in the U.S., they'd be 35 percent more expensive. There are a lot of ramifications that would stem from this, but one is that the price of things you buy would go up. We took offshoring data from Public Citizen and made an extension that will alert you at Amazon or Walmart.com if you are looking at a product that might be subject to the 35 percent increase.
Informations de Base sur l'Extension
Nom | |
ID | mjcdpmhclmdjeoegkacfaacdhkbdjdfh |
URL Officiel | https://chromewebstore.google.com/detail/add-the-trump-tariff/mjcdpmhclmdjeoegkacfaacdhkbdjdfh |
Description | Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post. |
Taille du Fichier | 151 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.5.3 |
Dernière Mise à Jour | 2016-12-08 |
Date de Publication | 2016-12-08 |
Développeur | Philip Bump |
Type de Paiement | free |
Site Web de l'Extension | http://www.washingtonpost.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add the Trump Tariff", "version": "0.5.3", "manifest_version": 2, "description": "Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.", "homepage_url": "http:\/\/washingtonpost.com", "author": "Philip Bump", "browser_action": { "default_icon": { "48": "icons\/icon_48.png" } }, "icons": { "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.walmart.com\/*" ], "js": [ "data.js", "reply.js" ], "run_at": "document_end" } ] } |