RightLabel for Gmail™

This extension moves labels of email subjects to the right side.

Hvad er RightLabel for Gmail™?

RightLabel for Gmail™ er en Chrome-udvidelse udviklet af Mikhail Nasyrov, og dens hovedfunktion er "This extension moves labels of email subjects to the right side.".

Udvidelsesskærmbilleder

screenshot

Download RightLabel for Gmail™-udvidelses-CRX-fil

Download RightLabel for Gmail™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Source code: https://github.com/mnasyrov/gmail-rightlabel                    

Grundlæggende oplysninger om udvidelsen

Navn RightLabel for Gmail™ RightLabel for Gmail™
ID acaeocdadbbalpdgajoblofgidngdfaf
Officiel URL https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf
Beskrivelse This extension moves labels of email subjects to the right side.
Filstørrelse 18.49 KB
Antal Installationer 301
Nuværende Version 0.0.2.1
Senest Opdateret 2018-05-31
Udgivelsesdato 2018-05-25
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler Mikhail Nasyrov
Betalingsmetode free
Udvidelseswebsted https://github.com/mnasyrov/gmail-rightlabel
Hjælpeside-URL https://github.com/mnasyrov/gmail-rightlabel/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RightLabel for Gmail\u2122",
    "version": "0.0.2.1",
    "manifest_version": 2,
    "description": "This extension moves labels of email subjects to the right side.",
    "permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "run-at": "document_end"
        }
    ]
}