Un-Delete reddit Comments

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

Vad är Un-Delete reddit Comments?

Un-Delete reddit Comments är en Chrome-tillägg utvecklad av https://udrc.co, och dess huvudfunktion är "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Un-Delete reddit Comments-förlängningens CRX-fil

Ladda ner Un-Delete reddit Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
Officiell webbadress https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Beskrivning Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Filstorlek 632 KB
Antal Installationer 1,732
Aktuell Version 0.4
Senast Uppdaterad 2015-11-19
Publiceringsdatum 2015-11-19
Betyg 2.33/5 Totalt 9 Betyg
Utvecklare https://udrc.co
Betalningssätt free
Stödda Språk 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"
    }
}