Movie Sherlock

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

Was ist Movie Sherlock?

Movie Sherlock ist eine Chrome-Erweiterung, die von vvvsejvvv entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to lookup a movie simply by selecting its name!".

Erweiterungsscreenshots

screenshot

Movie Sherlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Movie Sherlock-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Movie Sherlock Movie Sherlock
ID pkbbleabgnbkmoomlhffcbkegkifngdm
Offizielle URL https://chrome.google.com/webstore/detail/movie-sherlock/pkbbleabgnbkmoomlhffcbkegkifngdm
Beschreibung Allows you to lookup a movie simply by selecting its name!
Dateigröße 94.92 KB
Installationsanzahl 51
Aktuelle Version 1.0
Letztes Update 2014-12-07
Veröffentlichungsdatum 2014-12-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler vvvsejvvv
Zahlungsart free
Unterstützte Sprachen 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"
    }
}