RightLabel for Gmail™

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

RightLabel for Gmail™ là gì?

RightLabel for Gmail™ là một tiện ích mở rộng Chrome được phát triển bởi Mikhail Nasyrov, và tính năng chính của nó là "This extension moves labels of email subjects to the right side.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RightLabel for Gmail™

Tải xuống các tệp mở rộng RightLabel for Gmail™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RightLabel for Gmail™ RightLabel for Gmail™
ID acaeocdadbbalpdgajoblofgidngdfaf
URL Chính Thức https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf
Mô tả This extension moves labels of email subjects to the right side.
Kích Thước Tệp 18.49 KB
Số Lần Cài Đặt 301
Phiên Bản Hiện Tại 0.0.2.1
Cập Nhật Lần Cuối 2018-05-31
Ngày Phát Hành 2018-05-25
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Mikhail Nasyrov
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mnasyrov/gmail-rightlabel
URL Trang Trợ Giúp https://github.com/mnasyrov/gmail-rightlabel/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}