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.」です。
拡張機能のスクリーンショット
RightLabel for Gmail™拡張機能のCRXファイルをダウンロード
RightLabel for Gmail™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Source code: https://github.com/mnasyrov/gmail-rightlabel
拡張機能の基本情報
名前 | |
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" } ] } |