Textarea Cache
Allows to save automatically the content in a text input field.
Textarea Cacheคืออะไร?
Textarea Cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.wildsky.cc และคุณลักษณะหลักของมันคือ "Allows to save automatically the content in a text input field."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Textarea Cache
ดาวน์โหลดไฟล์ส่วนขยาย Textarea Cache ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This add-on will automatically save the content in textarea or WYSIWYG editor when user is typing. User can recover the saved texts in the cache panel, even the tab or the window is closed unexpectedly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Textarea Cache |
ID | chpphekfimlabghbdankokcohcmnbmab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/textarea-cache/chpphekfimlabghbdankokcohcmnbmab |
คำอธิบาย | Allows to save automatically the content in a text input field. |
ขนาดไฟล์ | 671 KB |
จำนวนการติดตั้ง | 3,051 |
เวอร์ชันปัจจุบัน | 4.5.0 |
อัปเดตครั้งล่าสุด | 2022-07-12 |
วันที่เผยแพร่ | 2019-04-21 |
คะแนน | 4.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://blog.wildsky.cc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/wildskyf/TextareaCache/ |
URL หน้าช่วยเหลือ | https://github.com/wildskyf/TextareaCache/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://readmoo.com/terms/privacy |
ภาษาที่รองรับ | de,en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "51.0" } }, "manifest_version": 2, "name": "Textarea Cache", "version": "4.5.0", "default_locale": "en", "description": "Allows to save automatically the content in a text input field.", "homepage_url": "https:\/\/github.com\/wildskyf\/TextareaCache", "icons": { "48": "icons\/icon.png" }, "permissions": [ "storage", "clipboardWrite", "menus", "alarms" ], "browser_action": { "browser_style": true, "default_title": "View your saved data (Textarea Cache)", "default_icon": "icons\/tacache-48.png" }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "matches": [ " |