Black and White
Turns black and white vision on
Black and White क्या है?
Black and White https://jannesmeyer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns black and white vision on"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Black and White एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When activated, the extension disables borders, outlines, background colors, text colors, box shadows and text shadows. Seeing a web page in such a rudimentary form helps you evaluate the information hierarchy of your design. Suddenly it becomes much easier to make sure you are adhering to a coherent visual grid. Without the visual clutter it allows you to see the typographic structure a lot easier. Source code (licensed under GPLv3): https://github.com/JannesMeyer/chrome-black-and-white/
एक्सटेंशन की मूल जानकारी
नाम | Black and White |
ID | amdnjmpcoialaikdldjbnkipmckdheie |
आधिकारिक URL | https://chromewebstore.google.com/detail/black-and-white/amdnjmpcoialaikdldjbnkipmckdheie |
विवरण | Turns black and white vision on |
फ़ाइल का आकार | 9.43 KB |
स्थापना संख्या | 5,000 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2015-03-09 |
प्रकाशन तिथि | 2015-03-09 |
रेटिंग | 4.63/5 कुल 19 रेटिंग्स |
डेवलपर | https://jannesmeyer.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/JannesMeyer/chrome-black-and-white |
सहायता पृष्ठ URL | https://github.com/JannesMeyer/chrome-black-and-white/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Black and White", "short_name": "B\/W", "version": "1.0.1", "description": "Turns black and white vision on", "homepage_url": "https:\/\/github.com\/JannesMeyer\/chrome-black-and-white", "icons": { "48": "icon-bw-48.png", "128": "icon-bw-128.png" }, "browser_action": { "default_icon": { "19": "icon-bw-19.png", "38": "icon-bw-38.png" }, "default_title": "Turn black and white mode on" }, "background": { "scripts": [ "event-page.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |