Add "Mark All Read" button to GMail

Allows you to mark all messages as read with one click.

Co je Add "Mark All Read" button to GMail?

Add "Mark All Read" button to GMail je rozšíření Chrome vyvinuté pressbin, a jeho hlavní funkcí je „Allows you to mark all messages as read with one click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Add "Mark All Read" button to GMail

Stáhněte si soubory rozšíření Add "Mark All Read" button to GMail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The button allows you to change every visible message with an "unread" status to "read" status.                    

Základní Informace o Rozšíření

Název Add Add "Mark All Read" button to GMail
ID mhgahabpbdjldmonmfgehfhjmgjedjkc
Oficiální URL https://chromewebstore.google.com/detail/add-mark-all-read-button/mhgahabpbdjldmonmfgehfhjmgjedjkc
Popis Allows you to mark all messages as read with one click.
Velikost souboru 4.38 KB
Počet instalací 672
Aktuální Verze 1.3
Poslední Aktualizace 2022-07-01
Datum Vydání 2015-01-06
Hodnocení 3.00/5 Celkem 14 Hodnocení
Vývojář pressbin
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "https:\/\/mail.google.com\/mail*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Allows you to mark all messages as read with one click.",
    "name": "Add \"Mark All Read\" button to GMail",
    "version": "1.3"
}