Fontify
Fontify - get your fonts right!
ما هو Fontify؟
Fontify هو إضافة Chrome تم تطويرها بواسطة borzecki.daniel، والميزة الرئيسية لها هي "Fontify - get your fonts right!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fontify
قم بتنزيل ملفات الامتداد Fontify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color.
Change-log:
- 1.0.2 - copy to clipboard button / fixed random opening closed widget
- 1.0.1 - fixed problem with updating view on re-rendering
- 1.0.0 - we're launched! معلومات أساسية عن التمديد
| الاسم | |
| ID | pfcgofaibgeffbgdmpohcdkonkinnkng |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng |
| الوصف | Fontify - get your fonts right! |
| حجم الملف | 15.5 KB |
| عدد التثبيتات | 18 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2020-12-06 |
| تاريخ النشر | 2020-11-15 |
| المطور | borzecki.daniel |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fontify",
"version": "1.0.2",
"description": "Fontify - get your fonts right!",
"permissions": [
"storage",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "options.html",
"browser_action": {
"default_icon": {
"16": "images\/favicon-16.png",
"32": "images\/favicon-32.png",
"96": "images\/favicon-96.png",
"128": "images\/favicon-128.png"
}
},
"manifest_version": 2
} | |