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
官方URL 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"
        }
    ]
}