CB Simulator
Allows users to simulate colour-blind vision directly onto their webpage!
CB Simulator क्या है?
CB Simulator Isabelle May द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to simulate colour-blind vision directly onto their webpage!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CB Simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |