Typekit Tweaker
A toolbar that lets you adjust Typekit font previews.
Apa itu Typekit Tweaker?
Typekit Tweaker adalah ekstensi Chrome yang dikembangkan oleh http://kylefox.ca, dan fitur utamanya adalah "A toolbar that lets you adjust Typekit font previews.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Typekit Tweaker
Unduh file ekstensi Typekit Tweaker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | |
ID | imjkefgbldfcncjipjoahpbeakfjflgf |
URL Resmi | https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf |
Deskripsi | A toolbar that lets you adjust Typekit font previews. |
Ukuran File | 56.36 KB |
Jumlah Instalasi | 141 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-12-07 |
Tanggal Publikasi | 2012-12-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://kylefox.ca |
Tipe Pembayaran | free |
Situs Ekstensi | http://kylefox.ca/typekit-tweaker/ |
Bahasa yang Didukung | 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" ] } ] } |