Quickfind
highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.
O que é Quickfind?
Quickfind é uma extensão do Chrome desenvolvida por matthew, e sua principal característica é "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quickfind
Baixe arquivos de extensão Quickfind 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 all occurrences of a specific word on a web page by alt + double clicking it or highlight a phrase by alt + selecting it. This is really useful for skimming text or documentation. ## THIS EXTENSION IS IN DEV BETA ##
Informações Básicas da Extensão
Nome | Quickfind |
ID | dhamednoifcgcdpdoodioenmiakpccjo |
URL Oficial | https://chromewebstore.google.com/detail/quickfind/dhamednoifcgcdpdoodioenmiakpccjo |
Descrição | highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word. |
Tamanho do Arquivo | 41.68 KB |
Contagem de Instalações | 400 |
Versão Atual | 1.3 |
Última Atualização | 2016-01-09 |
Data de Publicação | 2016-01-09 |
Classificação | 3.57/5 Total de 7 Avaliações |
Desenvolvedor | matthew |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quickfind", "description": "highlight all occurrences of a specific phrase on a web page by alt + double clicking a word or alt + selecting a word.", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "author": "Matthew Moy", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-2.1.4.min.js", "search.js", "findAndReplaceDOM.min.js" ] } ] } |