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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |