Add the Trump Tariff
Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.
Cos'è Add the Trump Tariff?
Add the Trump Tariff è un'estensione di Chrome sviluppata da Philip Bump, e la sua funzione principale è "Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add the Trump Tariff
Scarica i file di estensione Add the Trump Tariff in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mjcdpmhclmdjeoegkacfaacdhkbdjdfh |
URL Ufficiale | https://chromewebstore.google.com/detail/add-the-trump-tariff/mjcdpmhclmdjeoegkacfaacdhkbdjdfh |
Descrizione | Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post. |
Dimensione del File | 151 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 0.5.3 |
Ultimo Aggiornamento | 2016-12-08 |
Data di Pubblicazione | 2016-12-08 |
Sviluppatore | Philip Bump |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.washingtonpost.com |
Lingue Supportate | 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" } ] } |