Movie Sherlock
Allows you to lookup a movie simply by selecting its name!
O que é Movie Sherlock?
Movie Sherlock é uma extensão do Chrome desenvolvida por vvvsejvvv, e sua principal característica é "Allows you to lookup a movie simply by selecting its name!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Movie Sherlock
Baixe arquivos de extensão Movie Sherlock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pkbbleabgnbkmoomlhffcbkegkifngdm |
URL Oficial | https://chrome.google.com/webstore/detail/movie-sherlock/pkbbleabgnbkmoomlhffcbkegkifngdm |
Descrição | Allows you to lookup a movie simply by selecting its name! |
Tamanho do Arquivo | 94.92 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.0 |
Última Atualização | 2014-12-07 |
Data de Publicação | 2014-12-07 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | vvvsejvvv |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |