Typekit Tweaker
A toolbar that lets you adjust Typekit font previews.
Qu'est-ce que Typekit Tweaker ?
Typekit Tweaker est une extension Chrome développée par http://kylefox.ca, et sa fonction principale est "A toolbar that lets you adjust Typekit font previews.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Typekit Tweaker
Téléchargez les fichiers d'extension Typekit Tweaker 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
Typekit Tweaker lets you adjust font previews on Typekit. Adjust size, line height, letter spacing and colors, all from a sleek & simple toolbar. You can also insert sample text with one click. Typekit Tweaker also remembers your font settings & text, so as you browse fonts you can compare with all the same settings without additional work, More info is available at http://kylefox.ca/typekit-tweaker/
Informations de Base sur l'Extension
Nom | |
ID | imjkefgbldfcncjipjoahpbeakfjflgf |
URL Officiel | https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf |
Description | A toolbar that lets you adjust Typekit font previews. |
Taille du Fichier | 56.36 KB |
Nombre d'Installations | 141 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-12-07 |
Date de Publication | 2012-12-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://kylefox.ca |
Type de Paiement | free |
Site Web de l'Extension | http://kylefox.ca/typekit-tweaker/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Typekit Tweaker", "version": "1.0", "description": "A toolbar that lets you adjust Typekit font previews.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/typekit.com\/fonts\/*" ], "js": [ "jquery.js", "jquery.cookie.js", "tt.js", "loader.js" ], "css": [ "tt.css" ] } ] } |