IdentiFont
This extension displays the font of an html element on hover.
Apa itu IdentiFont?
IdentiFont adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension displays the font of an html element on hover.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IdentiFont
Unduh file ekstensi IdentiFont 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
IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing.
Informasi Dasar Ekstensi
Nama | IdentiFont |
ID | nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
URL Resmi | https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
Deskripsi | This extension displays the font of an html element on hover. |
Ukuran File | 2.68 MB |
Jumlah Instalasi | 734 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-09-24 |
Tanggal Publikasi | 2016-09-24 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IdentiFont", "description": "This extension displays the font of an html element on hover.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "core.css" ], "js": [ "core.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": ".\/images\/logo.png" } } |