Un-Delete reddit Comments

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

O que é Un-Delete reddit Comments?

Un-Delete reddit Comments é uma extensão do Chrome desenvolvida por https://udrc.co, e sua principal característica é "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Un-Delete reddit Comments

Baixe arquivos de extensão Un-Delete reddit Comments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
URL Oficial https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Descrição Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Tamanho do Arquivo 632 KB
Contagem de Instalações 1,732
Versão Atual 0.4
Última Atualização 2015-11-19
Data de Publicação 2015-11-19
Classificação 2.33/5 Total de 9 Avaliações
Desenvolvedor https://udrc.co
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}