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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}