Chrome Blokk
Apply BLOKK font to all text nodes on a page
Cos'è Chrome Blokk?
Chrome Blokk è un'estensione di Chrome sviluppata da Alexey Novichkov, e la sua funzione principale è "Apply BLOKK font to all text nodes on a page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Blokk
Scarica i file di estensione Chrome Blokk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chrome Blokk |
ID | gfoipkgfgoegmhnbhdhjljipfaeikggn |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-blokk/gfoipkgfgoegmhnbhdhjljipfaeikggn |
Descrizione | Apply BLOKK font to all text nodes on a page |
Dimensione del File | 10.14 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2015-09-25 |
Data di Pubblicazione | 2015-09-25 |
Sviluppatore | Alexey Novichkov |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/anovi/chrome-blokk |
Lingue Supportate | 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" ] } |