Icon Fonts

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

Cos'è Icon Fonts?

Icon Fonts è un'estensione di Chrome sviluppata da https://trokis.com, e la sua funzione principale è "Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Icon Fonts

Scarica i file di estensione Icon Fonts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Icon Fonts Icon Fonts
ID djbcaikkgpmefanfonnebhgepgpkghkf
URL Ufficiale https://chromewebstore.google.com/detail/icon-fonts/djbcaikkgpmefanfonnebhgepgpkghkf
Descrizione Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons
Dimensione del File 2.1 MB
Conteggio Installazioni 115
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-10-28
Data di Pubblicazione 2016-10-28
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://trokis.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://thepetlabco.com/pages/privacy-statement
Lingue Supportate 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"
}