Font changer pro
Master browser font customization - size, color, font family
ما هو Font changer pro؟
Font changer pro هو إضافة Chrome تم تطويرها بواسطة Tom Gray، والميزة الرئيسية لها هي "Master browser font customization - size, color, font family".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Font changer pro
قم بتنزيل ملفات الامتداد Font changer pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Font Changer Pro is a tool that manages font settings. You can select a font from hundreds of fonts on Google Fonts. Features: ⭐ Hundreds of available fonts ⭐ Custom fonts ⭐ Manage text color ⭐ Manage font size on any page ⭐ Use wildcard domain scope or apply globally
معلومات أساسية عن التمديد
الاسم | |
ID | bfdlfijnkpenblkecgdgpfaamekddmdi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/font-changer-pro/bfdlfijnkpenblkecgdgpfaamekddmdi |
الوصف | Master browser font customization - size, color, font family |
حجم الملف | 525 KB |
عدد التثبيتات | 100,000 |
النسخة الحالية | 1.8.1 |
آخر تحديث | 2020-12-20 |
تاريخ النشر | 2020-11-05 |
تقييم | 4.05/5 مجموع تقييمات 38 |
المطور | Tom Gray |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.notion.so/Privacy-Policy-Font-changer-Pro-13132e70d2084944af210dcc85d2a62b |
اللغات المدعومة | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.8.1", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "lib\/jquery\/jquery-3.4.1.js", "inject.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "default_locale": "en", "permissions": [ "fontSettings", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |