Moly Cropping Search

Search what you see.

Qu'est-ce que Moly Cropping Search ?

Moly Cropping Search est une extension Chrome développée par slaypni, et sa fonction principale est "Search what you see.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Moly Cropping Search

Téléchargez les fichiers d'extension Moly Cropping Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Moly Cropping Search Moly Cropping Search
ID nnilcjenfkkinakhfknoppipekeaomcl
URL Officiel https://chromewebstore.google.com/detail/moly-cropping-search/nnilcjenfkkinakhfknoppipekeaomcl
Description Search what you see.
Taille du Fichier 725 KB
Nombre d'Installations 3,721
Version Actuelle 0.1.3
Dernière Mise à Jour 2021-08-03
Date de Publication 2016-12-10
Évaluation 4.14/5 Total 7 Évaluations
Développeur slaypni
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/slaypni
URL de la Page d'Aide https://twitter.com/slaypni
Langues Prises en Charge 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'"
}