Black and White
Turns black and white vision on
Black and Whiteとは何ですか?
Black and Whiteはhttps://jannesmeyer.comによって開発されたChromeの拡張機能で、その主な機能は「Turns black and white vision on」です。
拡張機能のスクリーンショット
Black and White拡張機能のCRXファイルをダウンロード
Black and White拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |