Monochrome Mode Switch

## Overview The Mode Switcher is a lightweight Chrome extension designed to help enhance your browsing experience by enabling you…

Monochrome Mode Switch란 무엇입니까?

Monochrome Mode Switch은(는) Harshad Joshi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "## Overview The Mode Switcher is a lightweight Chrome extension designed to help enhance your browsing experience by enabling you…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Monochrome Mode Switch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ## Overview

The Mode Switcher is a lightweight Chrome extension designed to help enhance your browsing experience by enabling you to quickly toggle between colour and grayscale modes. This functionality can be particularly useful for individuals looking to reduce visual distractions, increase accessibility, or simply prefer a more minimalist, black-and-white browsing experience.

This extension is easy to use and integrates seamlessly with your browser. With just one click, you can switch the entire webpage between full colour and grayscale, making it as simple as possible to customize your viewing experience according to your preferences.

## Features

* **One-Click Toggle:** Switch between colour and grayscale modes instantly with just one click.
* **Universal Compatibility:** Works on any webpage, providing a consistent and reliable experience.
* **Minimalist Design:** Simple and unobtrusive, the Mode Switcher blends into your browser without disrupting your workflow.
* **Free and Open Source:** The Mode Switcher is completely free to use and its source code is available for anyone to inspect or modify.

## Important Note

Please note that this extension operates on a per-tab basis. This means that changes made to a webpage will only persist for the duration of the session. If the webpage is refreshed or the browser is closed and reopened, the webpage will revert back to its original colours. This design is intentional, as it allows for a non-permanent, easily reversible customization of your browsing experience.

## Getting Started

1. Download the extension from the Chrome Web Store.
2. Navigate to a webpage of your choice.
3. Click on the Mode Switcher icon in your browser's toolbar to switch between colour and grayscale modes.

We hope you enjoy using the Mode Switcher Chrome extension and find it helpful in customizing your browsing experience!

## Author 

Harshad Joshi @ Bufferstack.IO Analytics Technology LLP                    

확장 프로그램 기본 정보

이름 Monochrome Mode Switch Monochrome Mode Switch
ID efhcdhoogbikgnlmahadjikkigdbfobn
공식 URL https://chromewebstore.google.com/detail/monochrome-mode-switch/efhcdhoogbikgnlmahadjikkigdbfobn
설명 ## Overview The Mode Switcher is a lightweight Chrome extension designed to help enhance your browsing experience by enabling you…
파일 크기 40.35 KB
설치 횟수 254
현재 버전 1.0
최근 업데이트 2023-05-11
출시 날짜 2023-05-11
개발자 Harshad Joshi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/hj91/monochrome-mode-chrome-extenion
도움말 페이지 URL https://github.com/hj91/monochrome-mode-chrome-extenion/issues
개인정보 보호 정책 페이지 URL https://bufferstack.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Monochrome Mode Switch",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}