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 je Un-Delete reddit Comments?

Un-Delete reddit Comments je rozšíření Chrome vyvinuté https://udrc.co, a jeho hlavní funkcí je „Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Un-Delete reddit Comments

Stáhněte si soubory rozšíření Un-Delete reddit Comments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
Oficiální URL https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Popis Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Velikost souboru 632 KB
Počet instalací 1,732
Aktuální Verze 0.4
Poslední Aktualizace 2015-11-19
Datum Vydání 2015-11-19
Hodnocení 2.33/5 Celkem 9 Hodnocení
Vývojář https://udrc.co
Typ Platby free
Podporované Jazyky 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"
    }
}