Un-Delete reddit Comments

Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.

Hvad er Un-Delete reddit Comments?

Un-Delete reddit Comments er en Chrome-udvidelse udviklet af https://udrc.co, og dens hovedfunktion er "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Un-Delete reddit Comments-udvidelses-CRX-fil

Download Un-Delete reddit Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
Officiel URL https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Beskrivelse Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Filstørrelse 632 KB
Antal Installationer 1,732
Nuværende Version 0.4
Senest Opdateret 2015-11-19
Udgivelsesdato 2015-11-19
Bedømmelse 2.33/5 Samlet 9 Bedømmelser
Udvikler https://udrc.co
Betalingsmetode free
Understøttede Sprog 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"
    }
}