Typekit Tweaker
A toolbar that lets you adjust Typekit font previews.
什麼是Typekit Tweaker?
Typekit Tweaker是由http://kylefox.ca開發的Chrome擴展程式,該擴展的主要功能是“A toolbar that lets you adjust Typekit font previews.”。
擴展截圖
下載Typekit Tweaker擴展crx文件
下載Typekit Tweaker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | |
ID | imjkefgbldfcncjipjoahpbeakfjflgf |
官方網址 | https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf |
簡介 | A toolbar that lets you adjust Typekit font previews. |
檔案大小 | 56.36 KB |
安裝次數 | 141 |
目前版本 | 1.0 |
更新時間 | 2012-12-07 |
上架時間 | 2012-12-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://kylefox.ca |
付費類型 | free |
擴展官網 | http://kylefox.ca/typekit-tweaker/ |
支援的語言 | 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" ] } ] } |