FontPrep Extension

An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.

Wat is FontPrep Extension?

FontPrep Extension is een Chrome-extensie ontwikkeld door http://fontprep.com, en de belangrijkste functie is "An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FontPrep Extension

Download FontPrep Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FontPrep Extension FontPrep Extension
ID lgekjlpbdphfedjhdnebggommhalhake
Officiële URL https://chrome.google.com/webstore/detail/fontprep-extension/lgekjlpbdphfedjhdnebggommhalhake
Beschrijving An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.
Bestandsgrootte 211 KB
Aantal Installaties 66
Huidige Versie 0.1.3
Laatst Bijgewerkt 2013-10-21
Publicatiedatum 2013-10-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://fontprep.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://fontprep.com
Help Pagina-URL http://briangonzalez.org/posts/fontprep-google-chrome-extension
Ondersteunde Talen 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:\/\/*\/*"
    ]
}