RightLabel for Gmail™

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

什麼是RightLabel for Gmail™?

RightLabel for Gmail™是由Mikhail Nasyrov開發的Chrome擴展程式,該擴展的主要功能是“This extension moves labels of email subjects to the right side.”。

擴展截圖

screenshot

下載RightLabel for Gmail™擴展crx文件

下載RightLabel for Gmail™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 RightLabel for Gmail™ RightLabel for Gmail™
ID acaeocdadbbalpdgajoblofgidngdfaf
官方網址 https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf
簡介 This extension moves labels of email subjects to the right side.
檔案大小 18.49 KB
安裝次數 301
目前版本 0.0.2.1
更新時間 2018-05-31
上架時間 2018-05-25
評分 4.67/5 共 3 次評分
開發者 Mikhail Nasyrov
付費類型 free
擴展官網 https://github.com/mnasyrov/gmail-rightlabel
說明頁面URL https://github.com/mnasyrov/gmail-rightlabel/issues
支援的語言 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"
        }
    ]
}