MyFonts Search
Search new fonts on MyFonts.com and open the results in a new tab.
ما هو MyFonts Search؟
MyFonts Search هو إضافة Chrome تم تطويرها بواسطة Kreativ Andrei، والميزة الرئيسية لها هي "Search new fonts on MyFonts.com and open the results in a new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MyFonts Search
قم بتنزيل ملفات الامتداد MyFonts Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search MyFonts.com for the best fonts out there and open the results in a new tab.
معلومات أساسية عن التمديد
الاسم | |
ID | omhcknbpnajhcajiocffkjciaoedmfgl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/myfonts-search/omhcknbpnajhcajiocffkjciaoedmfgl |
الوصف | Search new fonts on MyFonts.com and open the results in a new tab. |
حجم الملف | 50.78 KB |
عدد التثبيتات | 596 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-08-11 |
تاريخ النشر | 2019-08-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Kreativ Andrei |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.kreativfont.com |
عنوان صفحة المساعدة | https://www.kreativfont.com/contact |
عنوان صفحة سياسة الخصوصية | https://www.kreativfont.com/terms-of-use-privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "myfonts-128.png", "default_popup": "index.html", "default_title": "MyFonts Search" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Search new fonts on MyFonts.com and open the results in a new tab.", "icons": { "128": "myfonts-128.png", "64": "myfonts-64.png", "48": "myfonts-48.png", "32": "myfonts-32.png", "16": "myfonts-16.png" }, "manifest_version": 2, "name": "MyFonts Search", "permissions": [ "contextMenus", "contextMenus", "tabs", "https:\/\/www.myfonts.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |