マウスでなぞって検索

検索したい文字をなぞってアイコンをクリックするだけの簡単な検索ツール。

What is マウスでなぞって検索?

マウスでなぞって検索 is a Chrome extension developed by ロンロン, and its main feature is "検索したい文字をなぞってアイコンをクリックするだけの簡単な検索ツール。".

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

                        検索するときに、Webページ内の検索したい文字をマウスでなぞって、出てくるアイコンを1クリックするだけで検索できます。                    

Extension Basic Information

Name マウスでなぞって検索 マウスでなぞって検索
ID mnklhgcbiidckddhhmmdllciiecjkigp
Official URL https://chromewebstore.google.com/detail/%E3%83%9E%E3%82%A6%E3%82%B9%E3%81%A7%E3%81%AA%E3%81%9E%E3%81%A3%E3%81%A6%E6%A4%9C%E7%B4%A2/mnklhgcbiidckddhhmmdllciiecjkigp
Description 検索したい文字をなぞってアイコンをクリックするだけの簡単な検索ツール。
File Size 266 KB
Installation Count 709
Current Version 1.0.7.7
Last Updated 2023-01-19
Publish Date 2014-12-12
Rating 5.00/5 Total 4 Ratings
Developer ロンロン
Email [email protected]
Payment Type free
Extension Website http://seesaawiki.jp/stepbystep/d/%a4%ca%a4%be%a4%c3%a4%c6%b8%a1%ba%f7
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30de\u30a6\u30b9\u3067\u306a\u305e\u3063\u3066\u691c\u7d22",
    "version": "1.0.7.7",
    "manifest_version": 3,
    "description": "\u691c\u7d22\u3057\u305f\u3044\u6587\u5b57\u3092\u306a\u305e\u3063\u3066\u30a2\u30a4\u30b3\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3060\u3051\u306e\u7c21\u5358\u306a\u691c\u7d22\u30c4\u30fc\u30eb\u3002",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jQuery-1.11.1.js",
                "js\/common.js",
                "js\/contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "favicons\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}