Highlight google search result text
Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
O que é Highlight google search result text?
Highlight google search result text é uma extensão do Chrome desenvolvida por Zudwa, e sua principal característica é "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Highlight google search result text
Baixe arquivos de extensão Highlight google search result text 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
Informações Básicas da Extensão
Nome | Highlight google search result text |
ID | kafonnappobpdlafifbfbenjabakmihe |
URL Oficial | https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe |
Descrição | Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted |
Tamanho do Arquivo | 12.97 KB |
Contagem de Instalações | 75 |
Versão Atual | 0.1.3 |
Última Atualização | 2014-04-03 |
Data de Publicação | 2014-04-02 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Zudwa |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight google search result text", "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted", "version": "0.1.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "google-search.js", "search-result.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |