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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Black and White
ID amdnjmpcoialaikdldjbnkipmckdheie
官方網址 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"
    ]
}