Simkl Search - select and search
Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.
O que é Simkl Search - select and search?
Simkl Search - select and search é uma extensão do Chrome desenvolvida por https://simkl.com, e sua principal característica é "Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simkl Search - select and search
Baixe arquivos de extensão Simkl Search - select and 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
Extend your context menu (Right Click) with an option to find a certain movie on Simkl, IMDB or any other service. Add Search with Simkl, Google, IMDB, TMDB, TVDB, MAL, Wikipedia, Amazon in Chrome browser right-click context menu A functionality in the right-click context menu that allows you to quickly send a search item to your favorite search engine. You can customize which search engines to use or add your own. Extension does not need any additional security rights, so it will not have access to what you're browsing. Open source - check the code and add your own code or suggestions at https://github.com/SIMKL/Search-Chrome-extension Developed for use with Simkl TV Tracker https://simkl.com. Find information about TV Shows, episodes, anime and movies with this extension.
Informações Básicas da Extensão
Nome | Simkl Search - select and search |
ID | mdofghopgfobjkgepojjmcfljnocaaff |
URL Oficial | https://chromewebstore.google.com/detail/simkl-search-select-and-s/mdofghopgfobjkgepojjmcfljnocaaff |
Descrição | Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service. |
Tamanho do Arquivo | 313 KB |
Contagem de Instalações | 591 |
Versão Atual | 1.0.4 |
Última Atualização | 2020-05-31 |
Data de Publicação | 2020-05-30 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://simkl.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://simkl.com |
URL da Página de Ajuda | https://support.simkl.com |
URL da Página de Política de Privacidade | https://simkl.com/about/policies/privacy |
Idiomas Suportados | en,fr,nl,ca,es,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simkl Search - select and search", "short_name": "Simkl Search", "default_locale": "en", "description": "Select text on page and choose where find the text on. Customised to use with Simkl TV Tracker service.", "version": "1.0.4", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/api.github.com; object-src 'self'", "permissions": [ "contextMenus" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "scripts": [ "js\/sss.background.js" ] }, "options_page": "options.html" } |