Un-Delete reddit Comments

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

Qu'est-ce que Un-Delete reddit Comments ?

Un-Delete reddit Comments est une extension Chrome développée par https://udrc.co, et sa fonction principale est "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Un-Delete reddit Comments

Téléchargez les fichiers d'extension Un-Delete reddit Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
URL Officiel https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Description Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Taille du Fichier 632 KB
Nombre d'Installations 1,732
Version Actuelle 0.4
Dernière Mise à Jour 2015-11-19
Date de Publication 2015-11-19
Évaluation 2.33/5 Total 9 Évaluations
Développeur https://udrc.co
Type de Paiement free
Langues Prises en Charge 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"
    }
}