Fontify
This extension allows the user to change the font on the whole page.
Apa itu Fontify?
Fontify adalah ekstensi Chrome yang dikembangkan oleh MarcCsharp, dan fitur utamanya adalah "This extension allows the user to change the font on the whole page.".
Unduh Berkas CRX Ekstensi Fontify
Unduh file ekstensi Fontify 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
This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish. Simply click the extension and select your font from the drop down and see it applied to the page.
Informasi Dasar Ekstensi
Nama | Fontify |
ID | npmbploomnpbcejbghaflhmdcnjkembd |
URL Resmi | https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd |
Deskripsi | This extension allows the user to change the font on the whole page. |
Ukuran File | 5.6 KB |
Jumlah Instalasi | 428 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2018-01-24 |
Tanggal Publikasi | 2018-01-24 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | MarcCsharp |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontify", "version": "0.0.1", "manifest_version": 2, "description": "This extension allows the user to change the font on the whole page.", "background": { "scripts": [ "injectFont.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to change font" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ] } |