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ファイルをダウンロード

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.                    

拡張機能の基本情報

名前 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"
        }
    ]
}