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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | goelkfmlebeihlnanaindammeonplnhi |
| 官方網址 | 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"
}
} | |