右クリックからDMM.com通販検索(DMM.com通販なぞり検索)

ホームページのテキストをなぞって選択後に右クリックからDMM.comの通販商品を検索して結果を表示する拡張機能です。

What is 右クリックからDMM.com通販検索(DMM.com通販なぞり検索)?

右クリックからDMM.com通販検索(DMM.com通販なぞり検索) is a Chrome extension developed by cloversearch, and its main feature is "ホームページのテキストをなぞって選択後に右クリックからDMM.comの通販商品を検索して結果を表示する拡張機能です。".

Extension Screenshots

screenshot

Download 右クリックからDMM.com通販検索(DMM.com通販なぞり検索) Extension CRX File

Download 右クリックからDMM.com通販検索(DMM.com通販なぞり検索) 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

                        右クリック拡張機能です。
ホームページやブログなどのテキストをなぞった時にだけ、右クリックメニューにDmm.comの通販検索メニューが表示されます。

・仕様等
DmmWebサービスを利用しています。
Dmm.comの通販で購入できる商品を紹介したページを表示します。

更新履歴
12/11/13 一般公開                    

Extension Basic Information

Name 右クリックからDMM.com通販検索(DMM.com通販なぞり検索) 右クリックからDMM.com通販検索(DMM.com通販なぞり検索)
ID kkmloehplacfkdfdiplhbnlbileeggla
Official URL https://chrome.google.com/webstore/detail/%E5%8F%B3%E3%82%AF%E3%83%AA%E3%83%83%E3%82%AF%E3%81%8B%E3%82%89dmmcom%E9%80%9A%E8%B2%A9%E6%A4%9C%E7%B4%A2dmmcom%E9%80%9A%E8%B2%A9/kkmloehplacfkdfdiplhbnlbileeggla
Description ホームページのテキストをなぞって選択後に右クリックからDMM.comの通販商品を検索して結果を表示する拡張機能です。
File Size 25.49 KB
Installation Count 84
Current Version 1.0.0
Last Updated 2014-02-27
Publish Date 2014-02-27
Rating 3.33/5 Total 3 Ratings
Developer cloversearch
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u53f3\u30af\u30ea\u30c3\u30af\u304b\u3089DMM.com\u901a\u8ca9\u691c\u7d22(DMM.com\u901a\u8ca9\u306a\u305e\u308a\u691c\u7d22)",
    "version": "1.0.0",
    "description": "\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u306a\u305e\u3063\u3066\u9078\u629e\u5f8c\u306b\u53f3\u30af\u30ea\u30c3\u30af\u304b\u3089DMM.com\u306e\u901a\u8ca9\u5546\u54c1\u3092\u691c\u7d22\u3057\u3066\u7d50\u679c\u3092\u8868\u793a\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    }
}