RightLabel for Gmail™
This extension moves labels of email subjects to the right side.
Co to jest RightLabel for Gmail™?
RightLabel for Gmail™ to rozszerzenie Chrome opracowane przez Mikhail Nasyrov, a jego główną funkcją jest „This extension moves labels of email subjects to the right side.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RightLabel for Gmail™
Pobierz pliki rozszerzeń RightLabel for Gmail™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Source code: https://github.com/mnasyrov/gmail-rightlabel
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | acaeocdadbbalpdgajoblofgidngdfaf |
Oficjalny URL | https://chrome.google.com/webstore/detail/rightlabel-for-gmail/acaeocdadbbalpdgajoblofgidngdfaf |
Opis | This extension moves labels of email subjects to the right side. |
Rozmiar pliku | 18.49 KB |
Liczba instalacji | 301 |
Aktualna Wersja | 0.0.2.1 |
Ostatnia Aktualizacja | 2018-05-31 |
Data Publikacji | 2018-05-25 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | Mikhail Nasyrov |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mnasyrov/gmail-rightlabel |
Adres URL Strony Pomocy | https://github.com/mnasyrov/gmail-rightlabel/issues |
Obsługiwane Języki | 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" } ] } |