Monochrome Mode Switch

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

O que é Monochrome Mode Switch?

Monochrome Mode Switch é uma extensão do Chrome desenvolvida por Harshad Joshi, e sua principal característica é "## Overview The Mode Switcher is a lightweight Chrome extension designed to help enhance your browsing experience by enabling you…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Monochrome Mode Switch

Baixe arquivos de extensão Monochrome Mode Switch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ## 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                    

Informações Básicas da Extensão

Nome Monochrome Mode Switch Monochrome Mode Switch
ID efhcdhoogbikgnlmahadjikkigdbfobn
URL Oficial https://chromewebstore.google.com/detail/monochrome-mode-switch/efhcdhoogbikgnlmahadjikkigdbfobn
Descrição ## Overview The Mode Switcher is a lightweight Chrome extension designed to help enhance your browsing experience by enabling you…
Tamanho do Arquivo 40.35 KB
Contagem de Instalações 254
Versão Atual 1.0
Última Atualização 2023-05-11
Data de Publicação 2023-05-11
Desenvolvedor Harshad Joshi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/hj91/monochrome-mode-chrome-extenion
URL da Página de Ajuda https://github.com/hj91/monochrome-mode-chrome-extenion/issues
URL da Página de Política de Privacidade https://bufferstack.io/privacy-policy
Idiomas Suportados 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"
    }
}