add button for rakuten on amazon

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

add button for rakuten on amazonคืออะไร?

add button for rakuten on amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flowers และคุณลักษณะหลักของมันคือ "This app is a app that A link button to Rakuten Ichiba is made Amazon."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย add button for rakuten on amazon

ดาวน์โหลดไฟล์ส่วนขยาย add button for rakuten on amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ add button for rakuten on amazon add button for rakuten on amazon
ID ppjfndcalabkncdafadlfkiilbjceggd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-button-for-rakuten-on/ppjfndcalabkncdafadlfkiilbjceggd
คำอธิบาย This app is a app that A link button to Rakuten Ichiba is made Amazon.
ขนาดไฟล์ 15 KB
จำนวนการติดตั้ง 694
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-05-21
วันที่เผยแพร่ 2016-05-21
ผู้พัฒนา flowers
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://ameblo.jp/flowerssan/entry-12159034152.html
ภาษาที่รองรับ 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"
}