What Font

Identify fonts from websites that appeal to you

Apa itu What Font?

What Font adalah ekstensi Chrome yang dikembangkan oleh Immanuel Thomas, dan fitur utamanya adalah "Identify fonts from websites that appeal to you".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi What Font

Unduh file ekstensi What Font 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

                        Chrome plugin to identify font usage on the current website.                    

Informasi Dasar Ekstensi

Nama What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
URL Resmi https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
Deskripsi Identify fonts from websites that appeal to you
Ukuran File 198 KB
Jumlah Instalasi 2,513
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-06-03
Tanggal Publikasi 2017-06-02
Penilaian 2.54/5 Total 13 Penilaian
Pengembang Immanuel Thomas
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/immanuel/what-font
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Font",
    "short_name": "What Font",
    "description": "Identify fonts from websites that appeal to you",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "getFonts.js"
            ]
        }
    ]
}