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 هو إضافة Chrome تم تطويرها بواسطة Philip Bump، والميزة الرئيسية لها هي "Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add the Trump Tariff
قم بتنزيل ملفات الامتداد Add the Trump Tariff بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" } ] } |