Fontify
This extension allows the user to change the font on the whole page.
ما هو Fontify؟
Fontify هو إضافة Chrome تم تطويرها بواسطة MarcCsharp، والميزة الرئيسية لها هي "This extension allows the user to change the font on the whole page.".
تحميل ملف CRX للإضافة Fontify
قم بتنزيل ملفات الامتداد Fontify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish. Simply click the extension and select your font from the drop down and see it applied to the page.
معلومات أساسية عن التمديد
الاسم | Fontify |
ID | npmbploomnpbcejbghaflhmdcnjkembd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd |
الوصف | This extension allows the user to change the font on the whole page. |
حجم الملف | 5.6 KB |
عدد التثبيتات | 428 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2018-01-24 |
تاريخ النشر | 2018-01-24 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | MarcCsharp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontify", "version": "0.0.1", "manifest_version": 2, "description": "This extension allows the user to change the font on the whole page.", "background": { "scripts": [ "injectFont.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to change font" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ] } |