Moly Cropping Search

Search what you see.

Was ist Moly Cropping Search?

Moly Cropping Search ist eine Chrome-Erweiterung, die von slaypni entwickelt wurde, und ihr Hauptmerkmal ist "Search what you see.".

Erweiterungsscreenshots

screenshot

Moly Cropping Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Moly Cropping Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Moly Cropping Search Moly Cropping Search
ID nnilcjenfkkinakhfknoppipekeaomcl
Offizielle URL https://chromewebstore.google.com/detail/moly-cropping-search/nnilcjenfkkinakhfknoppipekeaomcl
Beschreibung Search what you see.
Dateigröße 725 KB
Installationsanzahl 3,721
Aktuelle Version 0.1.3
Letztes Update 2021-08-03
Veröffentlichungsdatum 2016-12-10
Bewertung 4.14/5 Insgesamt 7 Bewertungen
Entwickler slaypni
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://twitter.com/slaypni
Hilfeseite URL https://twitter.com/slaypni
Unterstützte Sprachen 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'"
}