RightLabel for Gmail™

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

Apa itu RightLabel for Gmail™?

RightLabel for Gmail™ adalah ekstensi Chrome yang dikembangkan oleh Mikhail Nasyrov, dan fitur utamanya adalah "This extension moves labels of email subjects to the right side.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RightLabel for Gmail™

Unduh file ekstensi RightLabel for Gmail™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama RightLabel for Gmail™ RightLabel for Gmail™
ID acaeocdadbbalpdgajoblofgidngdfaf
URL Resmi https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf
Deskripsi This extension moves labels of email subjects to the right side.
Ukuran File 18.49 KB
Jumlah Instalasi 301
Versi Saat Ini 0.0.2.1
Terakhir Diperbarui 2018-05-31
Tanggal Publikasi 2018-05-25
Penilaian 4.67/5 Total 3 Penilaian
Pengembang Mikhail Nasyrov
Tipe Pembayaran free
Situs Ekstensi https://github.com/mnasyrov/gmail-rightlabel
URL Halaman Bantuan https://github.com/mnasyrov/gmail-rightlabel/issues
Bahasa yang Didukung 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"
        }
    ]
}