add button for rakuten on amazon

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

Hvad er add button for rakuten on amazon?

add button for rakuten on amazon er en Chrome-udvidelse udviklet af flowers, og dens hovedfunktion er "This app is a app that A link button to Rakuten Ichiba is made Amazon.".

Udvidelsesskærmbilleder

screenshot

Download add button for rakuten on amazon-udvidelses-CRX-fil

Download add button for rakuten on amazon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn add button for rakuten on amazon add button for rakuten on amazon
ID ppjfndcalabkncdafadlfkiilbjceggd
Officiel URL https://chromewebstore.google.com/detail/add-button-for-rakuten-on/ppjfndcalabkncdafadlfkiilbjceggd
Beskrivelse This app is a app that A link button to Rakuten Ichiba is made Amazon.
Filstørrelse 15 KB
Antal Installationer 694
Nuværende Version 1.0.0
Senest Opdateret 2016-05-21
Udgivelsesdato 2016-05-21
Udvikler flowers
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://ameblo.jp/flowerssan/entry-12159034152.html
Understøttede Sprog 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"
}