FontPrep Extension

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

Qu'est-ce que FontPrep Extension ?

FontPrep Extension est une extension Chrome développée par http://fontprep.com, et sa fonction principale est "An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FontPrep Extension

Téléchargez les fichiers d'extension FontPrep Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FontPrep Extension FontPrep Extension
ID lgekjlpbdphfedjhdnebggommhalhake
URL Officiel 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.
Taille du Fichier 211 KB
Nombre d'Installations 66
Version Actuelle 0.1.3
Dernière Mise à Jour 2013-10-21
Date de Publication 2013-10-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://fontprep.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://fontprep.com
URL de la Page d'Aide http://briangonzalez.org/posts/fontprep-google-chrome-extension
Langues Prises en Charge 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:\/\/*\/*"
    ]
}