dalton
View websites through the eyes of the colorblind.
dalton क्या है?
dalton Jonathan Skeate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View websites through the eyes of the colorblind."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में dalton एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simulate 4 different kinds of color blindness in two different degrees (e.g. protanopia and protanomaly) each. There are two ways to use it: by default, it will display a popup with buttons to choose the kind of color blindness to simulate. If you only ever use one, you can go to the options and set it so that pressing the button will simulate a kind you choose (saving you some clicks in the long run).
एक्सटेंशन की मूल जानकारी
नाम | dalton |
ID | imknobcnmlabealhbhfhpbfodgbbdnfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/dalton/imknobcnmlabealhbhfhpbfodgbbdnfa |
विवरण | View websites through the eyes of the colorblind. |
फ़ाइल का आकार | 94.65 KB |
स्थापना संख्या | 309 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2014-03-01 |
प्रकाशन तिथि | 2014-03-01 |
रेटिंग | 2.67/5 कुल 6 रेटिंग्स |
डेवलपर | Jonathan Skeate |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "dalton" }, "options_page": "options.html", "permissions": [ "storage", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "scripts\/dalton.js" ], "run_at": "document_end", "all_frames": true } ] } |