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 là gì?

add button for rakuten on amazon là một tiện ích mở rộng Chrome được phát triển bởi flowers, và tính năng chính của nó là "This app is a app that A link button to Rakuten Ichiba is made Amazon.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng add button for rakuten on amazon

Tải xuống các tệp mở rộng add button for rakuten on amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên add button for rakuten on amazon add button for rakuten on amazon
ID ppjfndcalabkncdafadlfkiilbjceggd
URL Chính Thức https://chromewebstore.google.com/detail/add-button-for-rakuten-on/ppjfndcalabkncdafadlfkiilbjceggd
Mô tả This app is a app that A link button to Rakuten Ichiba is made Amazon.
Kích Thước Tệp 15 KB
Số Lần Cài Đặt 694
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-05-21
Ngày Phát Hành 2016-05-21
Nhà Phát Triển flowers
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://ameblo.jp/flowerssan/entry-12159034152.html
Ngôn Ngữ Được Hỗ Trợ 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"
}