Icon Fonts

Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons

Qu'est-ce que Icon Fonts ?

Icon Fonts est une extension Chrome développée par https://trokis.com, et sa fonction principale est "Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Icon Fonts

Téléchargez les fichiers d'extension Icon Fonts 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

                        An Easy Icon Search 
- Glyphicon 
- Font Awesome
- Material Icons
- Dashicons
- Ionicons
- Octicons
- Genericons
- Devicons                    

Informations de Base sur l'Extension

Nom Icon Fonts Icon Fonts
ID djbcaikkgpmefanfonnebhgepgpkghkf
URL Officiel https://chromewebstore.google.com/detail/icon-fonts/djbcaikkgpmefanfonnebhgepgpkghkf
Description Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons
Taille du Fichier 2.1 MB
Nombre d'Installations 115
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-10-28
Date de Publication 2016-10-28
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://trokis.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://thepetlabco.com/pages/privacy-statement
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Icon Fonts",
    "description": "Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "48": "images\/48.png",
        "32": "images\/32.png",
        "16": "images\/16.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/css-icons.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "options_page": "html\/popup.html"
}