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 - это расширение Chrome, разработанное https://udrc.co, и его основная функция - "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Un-Delete reddit Comments

Скачайте файлы расширений 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"
    }
}