fi
A tool which gives you a quick look at `font-family` usage in a webpage.
ما هو fi؟
fi هو إضافة Chrome تم تطويرها بواسطة Justineo، والميزة الرئيسية لها هي "A tool which gives you a quick look at `font-family` usage in a webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة fi
قم بتنزيل ملفات الامتداد fi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
*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. معلومات أساسية عن التمديد
| الاسم | |
| ID | ijieejlhfllnijjknojcklolfjllhknd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
| الوصف | A tool which gives you a quick look at `font-family` usage in a webpage. |
| حجم الملف | 7.61 KB |
| عدد التثبيتات | 84 |
| النسخة الحالية | 1.1.2 |
| آخر تحديث | 2015-12-08 |
| تاريخ النشر | 2015-12-08 |
| تقييم | 4.50/5 مجموع تقييمات 2 |
| المطور | Justineo |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://justineo.github.io/fi/ |
| عنوان صفحة المساعدة | http://justineo.github.io/fi/issues |
| اللغات المدعومة | 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
}
} | |