Icon Fonts

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

Hvad er Icon Fonts?

Icon Fonts er en Chrome-udvidelse udviklet af https://trokis.com, og dens hovedfunktion er "Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Icon Fonts-udvidelses-CRX-fil

Download Icon Fonts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Icon Fonts Icon Fonts
ID djbcaikkgpmefanfonnebhgepgpkghkf
Officiel URL https://chromewebstore.google.com/detail/icon-fonts/djbcaikkgpmefanfonnebhgepgpkghkf
Beskrivelse Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons
Filstørrelse 2.1 MB
Antal Installationer 115
Nuværende Version 1.0.1
Senest Opdateret 2016-10-28
Udgivelsesdato 2016-10-28
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler https://trokis.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://thepetlabco.com/pages/privacy-statement
Understøttede Sprog 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"
}