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 là gì?

Add the Trump Tariff là một tiện ích mở rộng Chrome được phát triển bởi Philip Bump, và tính năng chính của nó là "Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add the Trump Tariff

Tải xuống các tệp mở rộng Add the Trump Tariff dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add the Trump Tariff Add the Trump Tariff
ID mjcdpmhclmdjeoegkacfaacdhkbdjdfh
URL Chính Thức https://chromewebstore.google.com/detail/add-the-trump-tariff/mjcdpmhclmdjeoegkacfaacdhkbdjdfh
Mô tả Applies proposed Trump offshoring tax to products at Amazon and Walmart. Data from Public Citizen; extension by Washington Post.
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.5.3
Cập Nhật Lần Cuối 2016-12-08
Ngày Phát Hành 2016-12-08
Nhà Phát Triển Philip Bump
Loại Thanh Toán free
Trang Web Mở Rộng http://www.washingtonpost.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}