amazon-font
overrides the amazon font with Amazon Ember
ما هو amazon-font؟
amazon-font هو إضافة Chrome تم تطويرها بواسطة christopherjeoff، والميزة الرئيسية لها هي "overrides the amazon font with Amazon Ember".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة amazon-font
قم بتنزيل ملفات الامتداد amazon-font بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
chrome extension to go back to amazon's Ember font
معلومات أساسية عن التمديد
الاسم | amazon-font |
ID | gbjepgnhglanglodmglmchldnbdmklep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazon-font/gbjepgnhglanglodmglmchldnbdmklep |
الوصف | overrides the amazon font with Amazon Ember |
حجم الملف | 18.05 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 0.1 |
آخر تحديث | 2018-06-24 |
تاريخ النشر | 2018-06-24 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | christopherjeoff |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/heyitsjeoff/amazon-font |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "amazon-font", "description": "overrides the amazon font with Amazon Ember", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/amazon.com\/*" ], "run_at": "document_start", "js": [ "content.js" ] } ], "icons": { "16": "amazon-font-logo-16.png", "48": "amazon-font-logo-48.png", "128": "amazon-font-logo-128.png" } } |