Typekit Tweaker
A toolbar that lets you adjust Typekit font previews.
Co to jest Typekit Tweaker?
Typekit Tweaker to rozszerzenie Chrome opracowane przez http://kylefox.ca, a jego główną funkcją jest „A toolbar that lets you adjust Typekit font previews.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Typekit Tweaker
Pobierz pliki rozszerzeń Typekit Tweaker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | imjkefgbldfcncjipjoahpbeakfjflgf |
Oficjalny URL | https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf |
Opis | A toolbar that lets you adjust Typekit font previews. |
Rozmiar pliku | 56.36 KB |
Liczba instalacji | 141 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2012-12-07 |
Data Publikacji | 2012-12-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://kylefox.ca |
Typ Płatności | free |
Strona Rozszerzenia | http://kylefox.ca/typekit-tweaker/ |
Obsługiwane Języki | 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" ] } ] } |