RightLabel for Gmail™
This extension moves labels of email subjects to the right side.
What is RightLabel for Gmail™?
RightLabel for Gmail™ is a Chrome extension developed by Mikhail Nasyrov, and its main feature is "This extension moves labels of email subjects to the right side.".
Extension Screenshots
Download RightLabel for Gmail™ Extension CRX File
Download RightLabel for Gmail™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Source code: https://github.com/mnasyrov/gmail-rightlabel Extension Basic Information
| Name | |
| ID | acaeocdadbbalpdgajoblofgidngdfaf |
| Official URL | https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf |
| Description | This extension moves labels of email subjects to the right side. |
| File Size | 18.49 KB |
| Installation Count | 301 |
| Current Version | 0.0.2.1 |
| Last Updated | 2018-05-31 |
| Publish Date | 2018-05-25 |
| Rating | 4.67/5 Total 3 Ratings |
| Developer | Mikhail Nasyrov |
| Payment Type | free |
| Extension Website | https://github.com/mnasyrov/gmail-rightlabel |
| Help Page URL | https://github.com/mnasyrov/gmail-rightlabel/issues |
| Supported Languages | 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"
}
]
} | |