Movie Sherlock

Allows you to lookup a movie simply by selecting its name!

Qu'est-ce que Movie Sherlock ?

Movie Sherlock est une extension Chrome développée par vvvsejvvv, et sa fonction principale est "Allows you to lookup a movie simply by selecting its name!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Movie Sherlock

Téléchargez les fichiers d'extension Movie Sherlock 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

                        Allows you to easily find information and trailers for movies you find on the internet, simply by selecting their name while browsing.

Get information about a movie simply by holding the CTRL key down and selecting the movie name in your browser.

Like wise you can open a new tab with the movies trailer by holding the ALT key down and selecting the movie name in your browser.                    

Informations de Base sur l'Extension

Nom Movie Sherlock Movie Sherlock
ID pkbbleabgnbkmoomlhffcbkegkifngdm
URL Officiel https://chrome.google.com/webstore/detail/movie-sherlock/pkbbleabgnbkmoomlhffcbkegkifngdm
Description Allows you to lookup a movie simply by selecting its name!
Taille du Fichier 94.92 KB
Nombre d'Installations 51
Version Actuelle 1.0
Dernière Mise à Jour 2014-12-07
Date de Publication 2014-12-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur vvvsejvvv
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Movie Sherlock",
    "description": "Allows you to lookup a movie simply by selecting its name!",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}