Font Style

Font Style is a new tool for viewing your font collection from your Google Chrome.

Apa itu Font Style?

Font Style adalah ekstensi Chrome yang dikembangkan oleh https://www.keymetic.com, dan fitur utamanya adalah "Font Style is a new tool for viewing your font collection from your Google Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Font Style

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

                        Font Style is a new tool for viewing your font collection from your web browser.
The font viewer allows you to easily review and catalog all of your installed fonts. Just install the extension and you can use chrome to test all your fonts.                    

Informasi Dasar Ekstensi

Nama Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
URL Resmi https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
Deskripsi Font Style is a new tool for viewing your font collection from your Google Chrome.
Ukuran File 14.53 KB
Jumlah Instalasi 721
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-07-13
Tanggal Publikasi 2013-07-13
Penilaian 4.00/5 Total 9 Penilaian
Pengembang https://www.keymetic.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "name": "Font Style",
    "description": "Font Style is a new tool for viewing your font collection from your Google Chrome.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Font Style",
        "default_popup": "fontstyle.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "fontSettings"
    ]
}