Chrome Blokk
Apply BLOKK font to all text nodes on a page
O que é Chrome Blokk?
Chrome Blokk é uma extensão do Chrome desenvolvida por Alexey Novichkov, e sua principal característica é "Apply BLOKK font to all text nodes on a page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chrome Blokk
Baixe arquivos de extensão Chrome Blokk 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
Extension uses BLOKK font (blokkfont.com) and apply it to all text nodes on page. Reload the page to reset changes. The font is already included in extension.
Informações Básicas da Extensão
Nome | Chrome Blokk |
ID | gfoipkgfgoegmhnbhdhjljipfaeikggn |
URL Oficial | https://chromewebstore.google.com/detail/chrome-blokk/gfoipkgfgoegmhnbhdhjljipfaeikggn |
Descrição | Apply BLOKK font to all text nodes on a page |
Tamanho do Arquivo | 10.14 KB |
Contagem de Instalações | 13 |
Versão Atual | 0.1.5 |
Última Atualização | 2015-09-25 |
Data de Publicação | 2015-09-25 |
Desenvolvedor | Alexey Novichkov |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/anovi/chrome-blokk |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "chrome blokk", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "fonts\/*.woff", "fonts\/*.eot", "fonts\/*.svg", "fonts\/*.ttf", "fonts\/*.css" ] } |