Font Tester
Preview your webpage with Google Fonts
Apa itu Font Tester?
Font Tester adalah ekstensi Chrome yang dikembangkan oleh hkphillips42, dan fitur utamanya adalah "Preview your webpage with Google Fonts".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Font Tester
Unduh file ekstensi Font Tester 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
Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.
Informasi Dasar Ekstensi
Nama | Font Tester |
ID | imccahjhfnnifmcmfelbcijnilebgggg |
URL Resmi | https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg |
Deskripsi | Preview your webpage with Google Fonts |
Ukuran File | 297 KB |
Jumlah Instalasi | 63 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2023-05-05 |
Tanggal Publikasi | 2023-05-05 |
Pengembang | hkphillips42 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/hunterphillips/font-tester |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Font Tester", "description": "Preview your webpage with Google Fonts", "version": "0.0.1", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |