RightLabel for Gmail™
This extension moves labels of email subjects to the right side.
Vad är RightLabel for Gmail™?
RightLabel for Gmail™ är en Chrome-tillägg utvecklad av Mikhail Nasyrov, och dess huvudfunktion är "This extension moves labels of email subjects to the right side.".
Tilläggsskärmbilder
Ladda ner RightLabel for Gmail™-förlängningens CRX-fil
Ladda ner RightLabel for Gmail™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Source code: https://github.com/mnasyrov/gmail-rightlabel
Grundläggande Information om Tillägg
Namn | |
ID | acaeocdadbbalpdgajoblofgidngdfaf |
Officiell webbadress | https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf |
Beskrivning | This extension moves labels of email subjects to the right side. |
Filstorlek | 18.49 KB |
Antal Installationer | 301 |
Aktuell Version | 0.0.2.1 |
Senast Uppdaterad | 2018-05-31 |
Publiceringsdatum | 2018-05-25 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | Mikhail Nasyrov |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mnasyrov/gmail-rightlabel |
Hjälpsida URL | https://github.com/mnasyrov/gmail-rightlabel/issues |
Stödda Språk | 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" } ] } |