Orange Envelope for Reddit
Display's the status of your reddit inbox.
Co to jest Orange Envelope for Reddit?
Orange Envelope for Reddit to rozszerzenie Chrome opracowane przez scottmhoward, a jego główną funkcją jest „Display's the status of your reddit inbox.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Orange Envelope for Reddit
Pobierz pliki rozszerzeń Orange Envelope for Reddit 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
Provides a notification icon for Reddit inbox.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fichkmcilhiikkkkeajfbklffhobffkh |
Oficjalny URL | https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh |
Opis | Display's the status of your reddit inbox. |
Rozmiar pliku | 6.21 KB |
Liczba instalacji | 169 |
Aktualna Wersja | 1.10 |
Ostatnia Aktualizacja | 2016-12-09 |
Data Publikacji | 2016-12-09 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | scottmhoward |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/mail_gray.png", "default_title": "Orange Envelope" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Display's the status of your reddit inbox.", "icons": { "128": "img\/very_big_mail.png" }, "name": "Orange Envelope for Reddit", "permissions": [ "tabs", "https:\/\/www.reddit.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.10" } |