RightLabel for Gmail™
This extension moves labels of email subjects to the right side.
Was ist RightLabel for Gmail™?
RightLabel for Gmail™ ist eine Chrome-Erweiterung, die von Mikhail Nasyrov entwickelt wurde, und ihr Hauptmerkmal ist "This extension moves labels of email subjects to the right side.".
Erweiterungsscreenshots
RightLabel for Gmail™-Erweiterungs-CRX-Datei herunterladen
Laden Sie RightLabel for Gmail™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Source code: https://github.com/mnasyrov/gmail-rightlabel
Grundlegende Informationen zur Erweiterung
Name | |
ID | acaeocdadbbalpdgajoblofgidngdfaf |
Offizielle URL | https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf |
Beschreibung | This extension moves labels of email subjects to the right side. |
Dateigröße | 18.49 KB |
Installationsanzahl | 301 |
Aktuelle Version | 0.0.2.1 |
Letztes Update | 2018-05-31 |
Veröffentlichungsdatum | 2018-05-25 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | Mikhail Nasyrov |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mnasyrov/gmail-rightlabel |
Hilfeseite URL | https://github.com/mnasyrov/gmail-rightlabel/issues |
Unterstützte Sprachen | 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" } ] } |