Add the Trump Tariff
Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.
什麼是Add the Trump Tariff?
Add the Trump Tariff是由Philip Bump開發的Chrome擴展程式,該擴展的主要功能是“Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.”。
擴展截圖
下載Add the Trump Tariff擴展crx文件
下載Add the Trump Tariff擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | mjcdpmhclmdjeoegkacfaacdhkbdjdfh |
官方網址 | https://chromewebstore.google.com/detail/add-the-trump-tariff/mjcdpmhclmdjeoegkacfaacdhkbdjdfh |
簡介 | Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post. |
檔案大小 | 151 KB |
安裝次數 | 42 |
目前版本 | 0.5.3 |
更新時間 | 2016-12-08 |
上架時間 | 2016-12-08 |
開發者 | Philip Bump |
付費類型 | free |
擴展官網 | http://www.washingtonpost.com |
支援的語言 | 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" } ] } |