Fokus
Emphasized text-highlighting
O que é Fokus?
Fokus é uma extensão do Chrome desenvolvida por hakim.elhattab, e sua principal característica é "Emphasized text-highlighting".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fokus
Baixe arquivos de extensão Fokus 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
Fokus emphasizes anything you select by covering the rest of the page with a semi-transparent black overlay. You can try it out here http://lab.hakim.se/fokus/ before installing. The plugin comes with a few options that can be accessed from Chrome's extension listing page. This allows you to: - Adjust overlay opacity - Specify a modifier key shift/ctrl/alt/cmd which must be held down to active the overlay - Adjust the padding around selection
Informações Básicas da Extensão
Nome | |
ID | flkkpmjbbpijiedjdgnhkcgopgnflehe |
URL Oficial | https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe |
Descrição | Emphasized text-highlighting |
Tamanho do Arquivo | 10.25 KB |
Contagem de Instalações | 1,157 |
Versão Atual | 1.7 |
Última Atualização | 2012-09-30 |
Data de Publicação | 2012-09-30 |
Classificação | 4.37/5 Total de 27 Avaliações |
Desenvolvedor | hakim.elhattab |
Tipo de Pagamento | free |
Site da Extensão | http://lab.hakim.se/fokus |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fokus", "version": "1.7", "manifest_version": 2, "description": "Emphasized text-highlighting", "icons": { "16": "fokus16.png", "48": "fokus48.png", "128": "fokus128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "fokus.min.js" ] } ], "options_page": "options.html", "permissions": [ "storage" ] } |