Previewer for Google Fonts
Easily sample Google fonts on any web page.
Apa itu Previewer for Google Fonts?
Previewer for Google Fonts adalah ekstensi Chrome yang dikembangkan oleh Ryan Hanson, dan fitur utamanya adalah "Easily sample Google fonts on any web page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Previewer for Google Fonts
Unduh file ekstensi Previewer for Google 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
▪ Filter by name, style, and weight. ▪ Apply different fonts to multiple CSS selectors. ▪ Add your favorite fonts to a list. ▪ Optionally store fonts in the local cache to boost performance and reduce requests.
Informasi Dasar Ekstensi
Nama | |
ID | fcoejgdpakegcdbcchpgdopdopfgcglm |
URL Resmi | https://chromewebstore.google.com/detail/previewer-for-google-font/fcoejgdpakegcdbcchpgdopdopfgcglm |
Deskripsi | Easily sample Google fonts on any web page. |
Ukuran File | 52.87 KB |
Jumlah Instalasi | 174 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2021-10-22 |
Tanggal Publikasi | 2021-10-22 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Ryan Hanson |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Previewer for Google Fonts", "description": "Easily sample Google fonts on any web page.", "version": "0.1.0", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "activeTab", "scripting", "storage", "unlimitedStorage" ] } |