Chrome Blokk
Apply BLOKK font to all text nodes on a page
Qu'est-ce que Chrome Blokk ?
Chrome Blokk est une extension Chrome développée par Alexey Novichkov, et sa fonction principale est "Apply BLOKK font to all text nodes on a page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Blokk
Téléchargez les fichiers d'extension Chrome Blokk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chrome Blokk |
ID | gfoipkgfgoegmhnbhdhjljipfaeikggn |
URL Officiel | https://chromewebstore.google.com/detail/chrome-blokk/gfoipkgfgoegmhnbhdhjljipfaeikggn |
Description | Apply BLOKK font to all text nodes on a page |
Taille du Fichier | 10.14 KB |
Nombre d'Installations | 13 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2015-09-25 |
Date de Publication | 2015-09-25 |
Développeur | Alexey Novichkov |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/anovi/chrome-blokk |
Langues Prises en Charge | 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" ] } |