fi
A tool which gives you a quick look at `font-family` usage in a webpage.
Apa itu fi?
fi adalah ekstensi Chrome yang dikembangkan oleh Justineo, dan fitur utamanya adalah "A tool which gives you a quick look at `font-family` usage in a webpage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi fi
Unduh file ekstensi fi 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
*fi* helps you learn font-family usage in a webpage. Texts inside these elements will be ignored: script, noscript, style, iframe, option. Invisible elements won't be taken into account as well, which includes those with opacity: 0, display: none and visibility: hidden. The result will sort all used font-family values by character numbers they apply to. ie. most used one will be at the top of the result list.
Informasi Dasar Ekstensi
Nama | fi |
ID | ijieejlhfllnijjknojcklolfjllhknd |
URL Resmi | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
Deskripsi | A tool which gives you a quick look at `font-family` usage in a webpage. |
Ukuran File | 7.61 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2015-12-08 |
Tanggal Publikasi | 2015-12-08 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Justineo |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://justineo.github.io/fi/ |
URL Halaman Bantuan | http://justineo.github.io/fi/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fi", "description": "A tool which gives you a quick look at `font-family` usage in a webpage.", "version": "1.1.2", "icons": { "128": "128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "128": "128.png" } }, "background": { "scripts": [ "main.js" ], "persistent": false } } |