Font Size
Font Size & Zoom
Apa itu Font Size?
Font Size adalah ekstensi Chrome yang dikembangkan oleh Kunihiro Ando, dan fitur utamanya adalah "Font Size & Zoom".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Font Size
Unduh file ekstensi Font Size 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
Informasi Dasar Ekstensi
Nama | Font Size |
ID | hljghmclpohmbfjphfcjbhbacbdfglpl |
URL Resmi | https://chromewebstore.google.com/detail/font-size/hljghmclpohmbfjphfcjbhbacbdfglpl |
Deskripsi | Font Size & Zoom |
Ukuran File | 19.07 KB |
Jumlah Instalasi | 484 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-07-20 |
Tanggal Publikasi | 2015-07-20 |
Penilaian | 3.91/5 Total 11 Penilaian |
Pengembang | Kunihiro Ando |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Font Size", "description": "Font Size & Zoom", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "img\/icon19.png", "default_title": "Font Size", "default_popup": "search.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", "unlimitedStorage", "fontSettings" ], "version": "1.0" } |