add button for rakuten on amazon

This app is a app that A link button to Rakuten Ichiba is made Amazon.

What is add button for rakuten on amazon?

add button for rakuten on amazon is a Chrome extension developed by flowers, and its main feature is "This app is a app that A link button to Rakuten Ichiba is made Amazon.".

Extension Screenshots

screenshot

Download add button for rakuten on amazon Extension CRX File

Download add button for rakuten on amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        アマゾンの商品ページに楽天市場へのボタンを追加する拡張機能です。
アマゾンの商品ページから1クリックで楽天市場の検索結果にジャンプできます。
アマゾンが在庫切れだった場合や最安値ショップを探す際などに便利です。                    

Extension Basic Information

Name add button for rakuten on amazon add button for rakuten on amazon
ID ppjfndcalabkncdafadlfkiilbjceggd
Official URL https://chromewebstore.google.com/detail/add-button-for-rakuten-on/ppjfndcalabkncdafadlfkiilbjceggd
Description This app is a app that A link button to Rakuten Ichiba is made Amazon.
File Size 15 KB
Installation Count 694
Current Version 1.0.0
Last Updated 2016-05-21
Publish Date 2016-05-21
Developer flowers
Email [email protected]
Payment Type free
Privacy Policy Page URL http://ameblo.jp/flowerssan/entry-12159034152.html
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "content_scripts": [
        {
            "js": [
                "rakuten_button_to_amazon.js"
            ],
            "matches": [
                "http:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.co.jp\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.co.jp\/*"
    ],
    "default_locale": "ja"
}