掘り出しもんサーチボタン

アマゾンの商品ページでボタンをクリックして新品・中古の価格横断比較ができます。

What is 掘り出しもんサーチボタン?

掘り出しもんサーチボタン is a Chrome extension developed by grassland, and its main feature is "アマゾンの商品ページでボタンをクリックして新品・中古の価格横断比較ができます。".

Extension Screenshots

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の商品画面でクリックすると、その商品の新品・中古をまとめて各ショッピングサイトを横断検索して、最安値順に価格比較リストを表示します。

・対応サイト
Amazon.co.jp
楽天市場
Yahoo!ショッピング
ポンパレモール
ノジマオンライン
オムニ7(セブンネット)
ブックオフオンライン

※その他随時追加していきます。                    

Extension Basic Information

Name 掘り出しもんサーチボタン 掘り出しもんサーチボタン
ID hjogelpnbdghffjcieeihhplflgalioe
Official URL https://chromewebstore.google.com/detail/%E6%8E%98%E3%82%8A%E5%87%BA%E3%81%97%E3%82%82%E3%82%93%E3%82%B5%E3%83%BC%E3%83%81%E3%83%9C%E3%82%BF%E3%83%B3/hjogelpnbdghffjcieeihhplflgalioe
Description アマゾンの商品ページでボタンをクリックして新品・中古の価格横断比較ができます。
File Size 31.05 KB
Installation Count 283
Current Version 1.0.0
Last Updated 2016-05-24
Publish Date 2016-05-24
Developer grassland
Email [email protected]
Payment Type free
Privacy Policy Page URL http://shirotsumegusa.seesaa.net/article/438016649.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6398\u308a\u51fa\u3057\u3082\u3093\u30b5\u30fc\u30c1\u30dc\u30bf\u30f3",
    "version": "1.0.0",
    "description": "\u30a2\u30de\u30be\u30f3\u306e\u5546\u54c1\u30da\u30fc\u30b8\u3067\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u65b0\u54c1\u30fb\u4e2d\u53e4\u306e\u4fa1\u683c\u6a2a\u65ad\u6bd4\u8f03\u304c\u3067\u304d\u307e\u3059\u3002",
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "prototype.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/"
    ]
}