Typography Inspector
Typography Inspector analyses the typography on your site and helps you improve it.
Apa itu Typography Inspector?
Typography Inspector adalah ekstensi Chrome yang dikembangkan oleh Bram Stein, dan fitur utamanya adalah "Typography Inspector analyses the typography on your site and helps you improve it.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Typography Inspector
Unduh file ekstensi Typography Inspector 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
Use Typography Inspector to show how close your line width and line height are to the recommended setting for an average paragraph. It can also show you the typographic color of your text elements.
Informasi Dasar Ekstensi
Nama | Typography Inspector |
ID | mbbnlbimlnfachlfnjnolpehiimhbjjm |
URL Resmi | https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm |
Deskripsi | Typography Inspector analyses the typography on your site and helps you improve it. |
Ukuran File | 111 KB |
Jumlah Instalasi | 2,162 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-04-03 |
Tanggal Publikasi | 2017-04-03 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Bram Stein |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Typography Inspector", "description": "Typography Inspector analyses the typography on your site and helps you improve it.", "manifest_version": 2, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Analyse this typography on this page", "default_popup": "popup.html" }, "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" } } |