Typekit Tweaker
A toolbar that lets you adjust Typekit font previews.
Wat is Typekit Tweaker?
Typekit Tweaker is een Chrome-extensie ontwikkeld door http://kylefox.ca, en de belangrijkste functie is "A toolbar that lets you adjust Typekit font previews.".
Extensie Screenshots
Download het CRX-bestand van de extensie Typekit Tweaker
Download Typekit Tweaker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | imjkefgbldfcncjipjoahpbeakfjflgf |
Officiële URL | https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf |
Beschrijving | A toolbar that lets you adjust Typekit font previews. |
Bestandsgrootte | 56.36 KB |
Aantal Installaties | 141 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2012-12-07 |
Publicatiedatum | 2012-12-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://kylefox.ca |
Betalingswijze | free |
Extensiewebsite | http://kylefox.ca/typekit-tweaker/ |
Ondersteunde Talen | 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" ] } ] } |