Funkify – Disability Simulator
Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…
ما هو Funkify – Disability Simulator؟
Funkify – Disability Simulator هو إضافة Chrome تم تطويرها بواسطة https://www.funkify.org، والميزة الرئيسية لها هي "Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Funkify – Disability Simulator
قم بتنزيل ملفات الامتداد Funkify – Disability Simulator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with different abilities and disabilities. We are a team of usability and accessibility experts in Sweden, and we welcome you to our site (www.funkify.org) for more info! Team Funkify
معلومات أساسية عن التمديد
الاسم | Funkify – Disability Simulator |
ID | ojcijjdchelkddboickefhnbdpeajdjg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/funkify-%E2%80%93-disability-simu/ojcijjdchelkddboickefhnbdpeajdjg |
الوصف | Funkify is an extension for Chrome that helps you experience the web and interfaces through the eyes of extreme users with… |
حجم الملف | 104 MB |
عدد التثبيتات | 23,299 |
النسخة الحالية | 1.3.0 |
آخر تحديث | 2023-05-31 |
تاريخ النشر | 2020-06-13 |
تقييم | 3.69/5 مجموع تقييمات 49 |
المطور | https://www.funkify.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://www.funkify.org/ |
عنوان صفحة المساعدة | https://www.funkify.org/ |
عنوان صفحة سياسة الخصوصية | https://www.funkify.org/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Funkify \u2013 Disability Simulator", "short_name": "Funkify", "version": "1.3.0", "author": "Funkify", "options_page": "\/gui\/popup.html", "action": { "default_popup": "\/gui\/popup.html", "default_icon": { "19": "\/gui\/images\/funkifyicon19_inactive.png", "38": "\/gui\/images\/funkifyicon38.png" } }, "icons": { "16": "\/gui\/images\/funkifyicon16.png", "48": "\/gui\/images\/funkifyicon48.png", "128": "\/gui\/images\/funkifyicon128.png" }, "background": { "service_worker": "\/background\/scripts.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/shared\/libs\/jquery-3.2.0.min.js", "\/shared\/libs\/custombox.min.js", "\/shared\/js\/scripts.js", "\/content\/js\/scripts.js" ], "css": [ "\/content\/css\/styles.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "\/shared\/libs\/tota11y.min.js", "\/content\/images\/*.png", "\/content\/audio\/*.mp3", "\/content\/video\/*.mp4" ], "matches": [ " |