Black and White
Turns black and white vision on
Cos'è Black and White?
Black and White è un'estensione di Chrome sviluppata da https://jannesmeyer.com, e la sua funzione principale è "Turns black and white vision on".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Black and White
Scarica i file di estensione Black and White in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Black and White |
ID | amdnjmpcoialaikdldjbnkipmckdheie |
URL Ufficiale | https://chromewebstore.google.com/detail/black-and-white/amdnjmpcoialaikdldjbnkipmckdheie |
Descrizione | Turns black and white vision on |
Dimensione del File | 9.43 KB |
Conteggio Installazioni | 5,000 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2015-03-09 |
Data di Pubblicazione | 2015-03-09 |
Valutazione | 4.63/5 Totale 19 Valutazioni |
Sviluppatore | https://jannesmeyer.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/JannesMeyer/chrome-black-and-white |
URL della Pagina di Aiuto | https://github.com/JannesMeyer/chrome-black-and-white/issues |
Lingue Supportate | 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" ] } |