Movie Sherlock
Allows you to lookup a movie simply by selecting its name!
Cos'è Movie Sherlock?
Movie Sherlock è un'estensione di Chrome sviluppata da vvvsejvvv, e la sua funzione principale è "Allows you to lookup a movie simply by selecting its name!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Movie Sherlock
Scarica i file di estensione Movie Sherlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | pkbbleabgnbkmoomlhffcbkegkifngdm |
URL Ufficiale | https://chrome.google.com/webstore/detail/movie-sherlock/pkbbleabgnbkmoomlhffcbkegkifngdm |
Descrizione | Allows you to lookup a movie simply by selecting its name! |
Dimensione del File | 94.92 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-12-07 |
Data di Pubblicazione | 2014-12-07 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | vvvsejvvv |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |