Increase root font
Increases the html font size in %
Apa itu Increase root font?
Increase root font adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Increases the html font size in %".
Unduh Berkas CRX Ekstensi Increase root font
Unduh file ekstensi Increase root font 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
Increases the html font size in % Will not work if website has not been styled with 'em', 'rem' or '%'
Informasi Dasar Ekstensi
Nama | Increase root font |
ID | galdhdhefbbcamfgciajdglbpenmnhel |
URL Resmi | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
Deskripsi | Increases the html font size in % |
Ukuran File | 31.6 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-07-06 |
Tanggal Publikasi | 2016-07-06 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "Increase root font" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'", "description": "Increases the html font size in % ", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Increase root font", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |