その本、メルカリで!

amazonで見ている本が、メルカリで何円か分かります。

What is その本、メルカリで!?

その本、メルカリで! is a Chrome extension developed by https://blue-9.hatenadiary.com, and its main feature is "amazonで見ている本が、メルカリで何円か分かります。".

Extension Screenshots

screenshot
screenshot

Download その本、メルカリで! Extension CRX File

Download その本、メルカリで! 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で見ている本が、メルカリで出品されている場合、その価格を表示します。
1円でも安く、その本が買えるかもしれません!                    

Extension Basic Information

Name その本、メルカリで! その本、メルカリで!
ID mjfkgjokgmfejicpkmnklhfnfpkppaaa
Official URL https://chromewebstore.google.com/detail/%E3%81%9D%E3%81%AE%E6%9C%AC%E3%80%81%E3%83%A1%E3%83%AB%E3%82%AB%E3%83%AA%E3%81%A7/mjfkgjokgmfejicpkmnklhfnfpkppaaa
Description amazonで見ている本が、メルカリで何円か分かります。
File Size 76.65 KB
Installation Count 2,297
Current Version 1.1.3
Last Updated 2019-11-30
Publish Date 2019-11-29
Rating 2.25/5 Total 4 Ratings
Developer https://blue-9.hatenadiary.com
Email [email protected]
Payment Type free
Extension Website http://blue-9.hatenadiary.com/entry/2018/06/16/200000
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.3",
    "name": "\u305d\u306e\u672c\u3001\u30e1\u30eb\u30ab\u30ea\u3067!",
    "short_name": "\u305d\u306e\u672c\u3001\u30e1\u30eb\u30ab\u30ea\u3067\uff01",
    "description": "amazon\u3067\u898b\u3066\u3044\u308b\u672c\u304c\u3001\u30e1\u30eb\u30ab\u30ea\u3067\u4f55\u5186\u304b\u5206\u304b\u308a\u307e\u3059\u3002",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "\u305d\u306e\u672c\u3001\u30e1\u30eb\u30ab\u30ea\u3067!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.jp\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.mercari.com\/jp\/search\/"
    ]
}