Un-Delete reddit Comments
Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Co to jest Un-Delete reddit Comments?
Un-Delete reddit Comments to rozszerzenie Chrome opracowane przez https://udrc.co, a jego główną funkcją jest „Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Un-Delete reddit Comments
Pobierz pliki rozszerzeń Un-Delete reddit Comments 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
Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted using a direct HTML cache of the page you're seeing on reddit. Simple and lightweight. This application will capture the page as you see it currently. If a comment is later deleted, you have a direct cache copy of the page to view any unedited or deleted comments.
Podstawowe informacje o rozszerzeniu
Nazwa | Un-Delete reddit Comments |
ID | goelkfmlebeihlnanaindammeonplnhi |
Oficjalny URL | https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi |
Opis | Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted. |
Rozmiar pliku | 632 KB |
Liczba instalacji | 1,732 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2015-11-19 |
Data Publikacji | 2015-11-19 |
Ocena | 2.33/5 Łącznie 9 Oceny |
Deweloper | https://udrc.co |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Un-Delete reddit Comments", "short_name": "UDrC BETA", "description": "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.", "version": "0.4", "manifest_version": 2, "permissions": [ "tabs" ], "browser_action": { "default_icon": "assets\/udr-icon.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/udr-icon16.png", "128": "assets\/udr-icon128.png" } } |