CB Simulator
Allows users to simulate colour-blind vision directly onto their webpage!
ما هو CB Simulator؟
CB Simulator هو إضافة Chrome تم تطويرها بواسطة Isabelle May، والميزة الرئيسية لها هي "Allows users to simulate colour-blind vision directly onto their webpage!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CB Simulator
قم بتنزيل ملفات الامتداد CB Simulator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"Colour Blind Simulator" is an extension developed to simulate the effects of colour blindness on a user's web experience, rendering the colours on most web-pages based on a variety of colour blindness templates. It was created with web developers in mind, seeking to quickly check that their sites are accessible to this audience. The extension comes with two modes: "Default View", with just the three main categories (Red-Green, Blue-Yellow, and Total colour blindness); and "Advanced View", which includes all of the variants upon these three categories.
معلومات أساسية عن التمديد
الاسم | |
ID | jclekdekopialhilfhaefdancbaohmpp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/cb-simulator/jclekdekopialhilfhaefdancbaohmpp |
الوصف | Allows users to simulate colour-blind vision directly onto their webpage! |
حجم الملف | 557 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-03-12 |
تاريخ النشر | 2019-03-12 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Isabelle May |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CB Simulator", "version": "1.0", "description": "Allows users to simulate colour-blind vision directly onto their webpage!", "permissions": [ "tabs", "activeTab" ], "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 2 } |