add button for rakuten on amazon

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

Qu'est-ce que add button for rakuten on amazon ?

add button for rakuten on amazon est une extension Chrome développée par flowers, et sa fonction principale est "This app is a app that A link button to Rakuten Ichiba is made Amazon.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension add button for rakuten on amazon

Téléchargez les fichiers d'extension add button for rakuten on amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom add button for rakuten on amazon add button for rakuten on amazon
ID ppjfndcalabkncdafadlfkiilbjceggd
URL Officiel 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.
Taille du Fichier 15 KB
Nombre d'Installations 694
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-05-21
Date de Publication 2016-05-21
Développeur flowers
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://ameblo.jp/flowerssan/entry-12159034152.html
Langues Prises en Charge 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"
}