Movie Sherlock

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

Wat is Movie Sherlock?

Movie Sherlock is een Chrome-extensie ontwikkeld door vvvsejvvv, en de belangrijkste functie is "Allows you to lookup a movie simply by selecting its name!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Movie Sherlock

Download Movie Sherlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Movie Sherlock Movie Sherlock
ID pkbbleabgnbkmoomlhffcbkegkifngdm
Officiële URL https://chrome.google.com/webstore/detail/movie-sherlock/pkbbleabgnbkmoomlhffcbkegkifngdm
Beschrijving Allows you to lookup a movie simply by selecting its name!
Bestandsgrootte 94.92 KB
Aantal Installaties 51
Huidige Versie 1.0
Laatst Bijgewerkt 2014-12-07
Publicatiedatum 2014-12-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar vvvsejvvv
Betalingswijze free
Ondersteunde Talen 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"
    }
}