Black and White
Turns black and white vision on
Qu'est-ce que Black and White ?
Black and White est une extension Chrome développée par https://jannesmeyer.com, et sa fonction principale est "Turns black and white vision on".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Black and White
Téléchargez les fichiers d'extension Black and White au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Black and White |
ID | amdnjmpcoialaikdldjbnkipmckdheie |
URL Officiel | https://chromewebstore.google.com/detail/black-and-white/amdnjmpcoialaikdldjbnkipmckdheie |
Description | Turns black and white vision on |
Taille du Fichier | 9.43 KB |
Nombre d'Installations | 5,000 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-03-09 |
Date de Publication | 2015-03-09 |
Évaluation | 4.63/5 Total 19 Évaluations |
Développeur | https://jannesmeyer.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JannesMeyer/chrome-black-and-white |
URL de la Page d'Aide | https://github.com/JannesMeyer/chrome-black-and-white/issues |
Langues Prises en Charge | 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" ] } |