Increase root font
Increases the html font size in %
ما هو Increase root font؟
Increase root font هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Increases the html font size in %".
تحميل ملف CRX للإضافة Increase root font
قم بتنزيل ملفات الامتداد Increase root font بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Increases the html font size in % Will not work if website has not been styled with 'em', 'rem' or '%'
معلومات أساسية عن التمديد
الاسم | Increase root font |
ID | galdhdhefbbcamfgciajdglbpenmnhel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
الوصف | Increases the html font size in % |
حجم الملف | 31.6 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-07-06 |
تاريخ النشر | 2016-07-06 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "Increase root font" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'", "description": "Increases the html font size in % ", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Increase root font", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |