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."입니다.

확장 프로그램 스크린샷

screenshot

Add the Trump Tariff 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Add the Trump Tariff Add the Trump Tariff
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"
        }
    ]
}