Font Awesome Content Viewer

Display Font awesome character list with icon.

Qu'est-ce que Font Awesome Content Viewer ?

Font Awesome Content Viewer est une extension Chrome développée par butu25, et sa fonction principale est "Display Font awesome character list with icon.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Font Awesome Content Viewer

Téléchargez les fichiers d'extension Font Awesome Content Viewer 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

                        Font Awesome Content viewer is panel in "Developer Tools".


Credits:-
1. Font Awesome (http://fontawesome.io/)
2. JSCSSP (http://www.glazman.org/JSCSSP/)
3. Logo (LogotypeMaker.com)

Inspiration:-
1. A list of Font Awesome icons and their CSS content values (http://astronautweb.co/snippet/font-awesome/)                    

Informations de Base sur l'Extension

Nom Font Awesome Content Viewer Font Awesome Content Viewer
ID jdngklgdeeomdbdoojkpldaplpkhlojp
URL Officiel https://chrome.google.com/webstore/detail/font-awesome-content-view/jdngklgdeeomdbdoojkpldaplpkhlojp
Description Display Font awesome character list with icon.
Taille du Fichier 406 KB
Nombre d'Installations 393
Version Actuelle 0.1
Dernière Mise à Jour 2014-08-02
Date de Publication 2014-08-02
Évaluation 3.00/5 Total 3 Évaluations
Développeur butu25
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Awesome Content Viewer",
    "version": "0.1",
    "description": "Display Font awesome character list with icon.",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "logo128.png"
    }
}