Typekit Tweaker
A toolbar that lets you adjust Typekit font previews.
Was ist Typekit Tweaker?
Typekit Tweaker ist eine Chrome-Erweiterung, die von http://kylefox.ca entwickelt wurde, und ihr Hauptmerkmal ist "A toolbar that lets you adjust Typekit font previews.".
Erweiterungsscreenshots
Typekit Tweaker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Typekit Tweaker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | imjkefgbldfcncjipjoahpbeakfjflgf |
Offizielle URL | https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf |
Beschreibung | A toolbar that lets you adjust Typekit font previews. |
Dateigröße | 56.36 KB |
Installationsanzahl | 141 |
Aktuelle Version | 1.0 |
Letztes Update | 2012-12-07 |
Veröffentlichungsdatum | 2012-12-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://kylefox.ca |
Zahlungsart | free |
Erweiterungswebsite | http://kylefox.ca/typekit-tweaker/ |
Unterstützte Sprachen | 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" ] } ] } |