Icon Fonts

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

Was ist Icon Fonts?

Icon Fonts ist eine Chrome-Erweiterung, die von https://trokis.com entwickelt wurde, und ihr Hauptmerkmal ist "Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons".

Erweiterungsscreenshots

screenshot
screenshot

Icon Fonts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Icon Fonts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Icon Fonts Icon Fonts
ID djbcaikkgpmefanfonnebhgepgpkghkf
Offizielle URL https://chromewebstore.google.com/detail/icon-fonts/djbcaikkgpmefanfonnebhgepgpkghkf
Beschreibung Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons
Dateigröße 2.1 MB
Installationsanzahl 115
Aktuelle Version 1.0.1
Letztes Update 2016-10-28
Veröffentlichungsdatum 2016-10-28
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://trokis.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://thepetlabco.com/pages/privacy-statement
Unterstützte Sprachen 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"
}