Icon Fonts

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

Apa itu Icon Fonts?

Icon Fonts adalah ekstensi Chrome yang dikembangkan oleh https://trokis.com, dan fitur utamanya adalah "Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Icon Fonts

Unduh file ekstensi Icon Fonts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Icon Fonts Icon Fonts
ID djbcaikkgpmefanfonnebhgepgpkghkf
URL Resmi https://chromewebstore.google.com/detail/icon-fonts/djbcaikkgpmefanfonnebhgepgpkghkf
Deskripsi Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons
Ukuran File 2.1 MB
Jumlah Instalasi 115
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-10-28
Tanggal Publikasi 2016-10-28
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://trokis.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://thepetlabco.com/pages/privacy-statement
Bahasa yang Didukung 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"
}