FontPrep Extension
An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.
什麼是FontPrep Extension?
FontPrep Extension是由http://fontprep.com開發的Chrome擴展程式,該擴展的主要功能是“An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.”。
擴展截圖
下載FontPrep Extension擴展crx文件
下載FontPrep Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ever wanted to embed your FontPrep (http://fontprep.com) fonts directly into pages in Chrome so you could preview what they look like? Well, your time has come. With this extension, simply copy a font's ID from within FontPrep and apply that font to any of the page's elements. For more info, please read our blog post at: http://briangonzalez.org/posts/fontprep-google-chrome-extension. Also, did we mention the FontPrep extension is open source? Check it out: https://github.com/briangonzalez/fontprep-crx Requirements ------------------------ - FontPrep 2.21 or greater (http://fontprep.com) - Google Chrome
擴展基本資訊
名稱 | |
ID | lgekjlpbdphfedjhdnebggommhalhake |
官方網址 | https://chrome.google.com/webstore/detail/fontprep-extension/lgekjlpbdphfedjhdnebggommhalhake |
簡介 | An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage. |
檔案大小 | 211 KB |
安裝次數 | 66 |
目前版本 | 0.1.3 |
更新時間 | 2013-10-21 |
上架時間 | 2013-10-21 |
評分 | 5.00/5 共 2 次評分 |
開發者 | http://fontprep.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://fontprep.com |
說明頁面URL | http://briangonzalez.org/posts/fontprep-google-chrome-extension |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FontPrep Extension", "description": "An extension for embedding and testing FontPrep's fonts (http:\/\/fontprep.com) into any webpage.", "version": "0.1.3", "browser_action": { "default_icon": "images\/icon256.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |