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 |
| 公式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"
}
} | |