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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |