Un-Delete reddit Comments

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

什么是Un-Delete reddit Comments?

Un-Delete reddit Comments是由https://udrc.co开发的Chrome扩展程序,该扩展的主要功能是“Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.”。

扩展截图

screenshot
screenshot
screenshot

下载Un-Delete reddit Comments扩展crx文件

下载Un-Delete reddit Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
官方URL https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
简介 Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
文件大小 632 KB
安装次数 1,732
当前版本 0.4
更新时间 2015-11-19
上架时间 2015-11-19
评分 2.33/5 共9次评分
开发者 https://udrc.co
付费类型 free
支持的语言 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"
    }
}