Reddzit Reader
Review your saved posts on Reddit, Pocket, and more.
Co to jest Reddzit Reader?
Reddzit Reader to rozszerzenie Chrome opracowane przez alxvallejo, a jego główną funkcją jest „Review your saved posts on Reddit, Pocket, and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddzit Reader
Pobierz pliki rozszerzeń Reddzit Reader 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
View your saved Reddit posts in a minimal reader. Expanding to Pocket and other news sources where you can save your favorite posts and review them, categorize them, unsave them, and more.
Podstawowe informacje o rozszerzeniu
Nazwa | Reddzit Reader |
ID | pphbloclmhhppmiknfjpddkefnialknl |
Oficjalny URL | https://chromewebstore.google.com/detail/reddzit-reader/pphbloclmhhppmiknfjpddkefnialknl |
Opis | Review your saved posts on Reddit, Pocket, and more. |
Rozmiar pliku | 86.18 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-01-22 |
Data Publikacji | 2019-01-21 |
Deweloper | alxvallejo |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://reddzit.seojeek.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddzit Reader", "version": "1.0", "description": "Review your saved posts on Reddit, Pocket, and more.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Reddzit", "default_icon": { "16": "reddzit-chrome-extension-02.png", "32": "reddzit-chrome-extension-02.png", "512": "reddzit-chrome-extension-02.png" } }, "manifest_version": 2 } |