Font Overwrite
Overwrites fonts of web-sites.
ما هو Font Overwrite؟
Font Overwrite هو إضافة Chrome تم تطويرها بواسطة minostar، والميزة الرئيسية لها هي "Overwrites fonts of web-sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Font Overwrite
قم بتنزيل ملفات الامتداد Font Overwrite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you dislike specific font, use this.
(ex. Gulim, Comic Sans) معلومات أساسية عن التمديد
| الاسم | |
| ID | efnhmidkajhnpdgfdpfnioiibmdjnkmn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn |
| الوصف | Overwrites fonts of web-sites. |
| حجم الملف | 47.6 KB |
| عدد التثبيتات | 605 |
| النسخة الحالية | 0.0.2 |
| آخر تحديث | 2017-10-14 |
| تاريخ النشر | 2017-10-14 |
| تقييم | 4.33/5 مجموع تقييمات 27 |
| المطور | minostar |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Font Overwrite",
"description": "Overwrites fonts of web-sites.",
"version": "0.0.2",
"permissions": [
"storage"
],
"options_page": "options.html",
"browser_action": {
"default_popup": "options.html"
},
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"jquery-3.2.1.min.js",
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |