Typography Inspector
Typography Inspector analyses the typography on your site and helps you improve it.
ما هو Typography Inspector؟
Typography Inspector هو إضافة Chrome تم تطويرها بواسطة Bram Stein، والميزة الرئيسية لها هي "Typography Inspector analyses the typography on your site and helps you improve it.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Typography Inspector
قم بتنزيل ملفات الامتداد Typography Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Typography Inspector |
ID | mbbnlbimlnfachlfnjnolpehiimhbjjm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm |
الوصف | Typography Inspector analyses the typography on your site and helps you improve it. |
حجم الملف | 111 KB |
عدد التثبيتات | 2,162 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-04-03 |
تاريخ النشر | 2017-04-03 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Bram Stein |
نوع الدفع | free |
اللغات المدعومة | 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" } } |