Amazon Smile Switcher

This extension automatically redirects requests to smile.amazon.com to ensure your donations work.

Amazon Smile Switcherとは何ですか?

Amazon Smile SwitcherはTin Beeによって開発されたChromeの拡張機能で、その主な機能は「This extension automatically redirects requests to smile.amazon.com to ensure your donations work.」です。

拡張機能のスクリーンショット

screenshot

Amazon Smile Switcher拡張機能のCRXファイルをダウンロード

Amazon Smile Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extensions automatically redirects to smile.amazon.com from www.amazon.com. Pretty handy if you forget to start from smile.amazon.com to make sure your purchases help a good cause.                    

拡張機能の基本情報

名前 Amazon Smile Switcher Amazon Smile Switcher
ID oefejaiblkhebbdibhmohgohbdgheofh
公式URL https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh
説明 This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
ファイルサイズ 3.27 KB
インストール数 15
現在のバージョン 1.0
最終更新日 2014-04-15
公開日 2014-04-15
開発者 Tin Bee
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Smile Switcher",
    "description": "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.",
    "version": "1.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}