FontPrep Extension
An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.
What is FontPrep Extension?
FontPrep Extension is a Chrome extension developed by http://fontprep.com, and its main feature is "An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.".
Extension Screenshots
Download FontPrep Extension Extension CRX File
Download FontPrep Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lgekjlpbdphfedjhdnebggommhalhake |
Official URL | https://chrome.google.com/webstore/detail/fontprep-extension/lgekjlpbdphfedjhdnebggommhalhake |
Description | An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage. |
File Size | 211 KB |
Installation Count | 66 |
Current Version | 0.1.3 |
Last Updated | 2013-10-21 |
Publish Date | 2013-10-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://fontprep.com |
[email protected] | |
Payment Type | free |
Extension Website | http://fontprep.com |
Help Page URL | http://briangonzalez.org/posts/fontprep-google-chrome-extension |
Supported Languages | 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:\/\/*\/*" ] } |