RightLabel for Gmail™

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

Wat is RightLabel for Gmail™?

RightLabel for Gmail™ is een Chrome-extensie ontwikkeld door Mikhail Nasyrov, en de belangrijkste functie is "This extension moves labels of email subjects to the right side.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RightLabel for Gmail™

Download RightLabel for Gmail™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam RightLabel for Gmail™ RightLabel for Gmail™
ID acaeocdadbbalpdgajoblofgidngdfaf
Officiële URL https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf
Beschrijving This extension moves labels of email subjects to the right side.
Bestandsgrootte 18.49 KB
Aantal Installaties 301
Huidige Versie 0.0.2.1
Laatst Bijgewerkt 2018-05-31
Publicatiedatum 2018-05-25
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Mikhail Nasyrov
Betalingswijze free
Extensiewebsite https://github.com/mnasyrov/gmail-rightlabel
Help Pagina-URL https://github.com/mnasyrov/gmail-rightlabel/issues
Ondersteunde Talen 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"
        }
    ]
}