Kin Crawler Search Keywords
Highlight the keywords that you searched in KinCrawler.com
O que é Kin Crawler Search Keywords?
Kin Crawler Search Keywords é uma extensão do Chrome desenvolvida por http://kincrawler.com, e sua principal característica é "Highlight the keywords that you searched in KinCrawler.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kin Crawler Search Keywords
Baixe arquivos de extensão Kin Crawler Search Keywords 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
Highlight the keywords that you searched in the Kincrawler.com search engine Easily find your ancestors names in one of the internet's largest genealogy search engines
Informações Básicas da Extensão
Nome | |
ID | kdliebjabjjlhpbdoklnmffdeghhamkg |
URL Oficial | https://chrome.google.com/webstore/detail/kin-crawler-search-keywor/kdliebjabjjlhpbdoklnmffdeghhamkg |
Descrição | Highlight the keywords that you searched in KinCrawler.com |
Tamanho do Arquivo | 19.84 KB |
Contagem de Instalações | 122 |
Versão Atual | 0.2 |
Última Atualização | 2019-03-27 |
Data de Publicação | 2019-03-22 |
Desenvolvedor | http://kincrawler.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kin Crawler Search Keywords", "description": "Highlight the keywords that you searched in KinCrawler.com", "version": "0.2", "permissions": [ "storage" ], "manifest_version": 2, "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.kincrawler.com\/*", "http:\/\/www.kincrawler.com\/*" ], "js": [ "catchkeyword.js" ], "run_at": "document_end" }, { "exclude_matches": [ "https:\/\/www.kincrawler.com\/*", "http:\/\/www.kincrawler.com\/*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "highlightkeyword.js" ], "run_at": "document_end" } ] } |