IMDB Search
Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!
O que é IMDB Search?
IMDB Search é uma extensão do Chrome desenvolvida por Rob W, e sua principal característica é "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IMDB Search
Baixe arquivos de extensão IMDB Search 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
Type "imdb " and you can directly search on the Internet Movie Database (IMDb). While typing, search results are immediately displayed. These search results are identical to the results of the search box at the IMDb homepage. If you press Enter without choosing a suggestion, the full search result page is shown. Only movies are suggested (no series or TV shows). If you want an option to also see series or TV shows, contact me and I'll add it. --- This extension respects your privacy and only asks for the minimal permissions to operate correctly. All requests to imdb.com are anonymous (=without cookies) and search results are temporarily cached to avoid unnecessary network requests. This extension is not affiliated with IMDb. IMDb is a trademark of IMDb.com, Inc. --- Version history: - 28 november 2015 - first release - 25 march 2018 - Use HTTPS instead of HTTP to connect with IMDB.
Informações Básicas da Extensão
Nome | IMDB Search |
ID | cbongpcdgehbfeajgkndgkbdkkfdmdik |
URL Oficial | https://chromewebstore.google.com/detail/imdb-search/cbongpcdgehbfeajgkndgkbdkkfdmdik |
Descrição | Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions! |
Tamanho do Arquivo | 8.25 KB |
Contagem de Instalações | 613 |
Versão Atual | 2 |
Última Atualização | 2018-03-25 |
Data de Publicação | 2018-03-25 |
Classificação | 3.67/5 Total de 9 Avaliações |
Desenvolvedor | Rob W |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://robwu.nl |
URL da Página de Política de Privacidade | https://robwu.nl/privacy/cws |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDB Search", "description": "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!", "version": "2", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "imdb" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "permissions": [ "*:\/\/*.imdb.com\/*", "*:\/\/*.media-imdb.com\/*" ] } |