Moly Cropping Search

Search what you see.

What is Moly Cropping Search?

Moly Cropping Search is a Chrome extension developed by slaypni, and its main feature is "Search what you see.".

Extension Screenshots

screenshot

Download Moly Cropping Search Extension CRX File

Download Moly Cropping Search 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

                        This extension provides a novel way to search what you are interested in. By selecting a region of the current web page, This extension passes it as a query to Google Search by Image.                    

Extension Basic Information

Name Moly Cropping Search Moly Cropping Search
ID nnilcjenfkkinakhfknoppipekeaomcl
Official URL https://chromewebstore.google.com/detail/moly-cropping-search/nnilcjenfkkinakhfknoppipekeaomcl
Description Search what you see.
File Size 725 KB
Installation Count 3,721
Current Version 0.1.3
Last Updated 2021-08-03
Publish Date 2016-12-10
Rating 4.14/5 Total 7 Ratings
Developer slaypni
Email [email protected]
Payment Type free
Extension Website https://twitter.com/slaypni
Help Page URL https://twitter.com/slaypni
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "components\/underscore\/underscore.js",
            "scripts\/storage.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Moly Cropping Search"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "components\/underscore\/underscore.js",
                "scripts\/libs\/hapt.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}