add button for rakuten on amazon

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

Cos'è add button for rakuten on amazon?

add button for rakuten on amazon è un'estensione di Chrome sviluppata da flowers, e la sua funzione principale è "This app is a app that A link button to Rakuten Ichiba is made Amazon.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione add button for rakuten on amazon

Scarica i file di estensione add button for rakuten on amazon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome add button for rakuten on amazon add button for rakuten on amazon
ID ppjfndcalabkncdafadlfkiilbjceggd
URL Ufficiale https://chromewebstore.google.com/detail/add-button-for-rakuten-on/ppjfndcalabkncdafadlfkiilbjceggd
Descrizione This app is a app that A link button to Rakuten Ichiba is made Amazon.
Dimensione del File 15 KB
Conteggio Installazioni 694
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-05-21
Data di Pubblicazione 2016-05-21
Sviluppatore flowers
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://ameblo.jp/flowerssan/entry-12159034152.html
Lingue Supportate 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"
}