モノレートでASINを検索

モノレートでASINを検索

What is モノレートでASINを検索?

モノレートでASINを検索 is a Chrome extension developed by tandokorosedori, and its main feature is "モノレートでASINを検索".

Extension Screenshots

screenshot

Download モノレートでASINを検索 Extension CRX File

Download モノレートでASINを検索 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Amazonのページ上にモノレートへのリンクを追加します。                    

Extension Basic Information

Name モノレートでASINを検索 モノレートでASINを検索
ID oafglneppgdlgdcjedngakdcbiaelagl
Official URL https://chromewebstore.google.com/detail/%E3%83%A2%E3%83%8E%E3%83%AC%E3%83%BC%E3%83%88%E3%81%A7asin%E3%82%92%E6%A4%9C%E7%B4%A2/oafglneppgdlgdcjedngakdcbiaelagl
Description モノレートでASINを検索
File Size 26.01 KB
Installation Count 269
Current Version 1.0.0
Last Updated 2018-03-23
Publish Date 2018-03-22
Rating 4.00/5 Total 1 Ratings
Developer tandokorosedori
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30e2\u30ce\u30ec\u30fc\u30c8\u3067ASIN\u3092\u691c\u7d22",
    "description": "\u30e2\u30ce\u30ec\u30fc\u30c8\u3067ASIN\u3092\u691c\u7d22",
    "version": "1.0.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.jp\/*"
            ],
            "js": [
                "contentscripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}