Textarea Cache
Allows to save automatically the content in a text input field.
Apa itu Textarea Cache?
Textarea Cache adalah ekstensi Chrome yang dikembangkan oleh https://blog.wildsky.cc, dan fitur utamanya adalah "Allows to save automatically the content in a text input field.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Textarea Cache
Unduh file ekstensi Textarea Cache dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Textarea Cache |
ID | chpphekfimlabghbdankokcohcmnbmab |
URL Resmi | https://chromewebstore.google.com/detail/textarea-cache/chpphekfimlabghbdankokcohcmnbmab |
Deskripsi | Allows to save automatically the content in a text input field. |
Ukuran File | 671 KB |
Jumlah Instalasi | 3,051 |
Versi Saat Ini | 4.5.0 |
Terakhir Diperbarui | 2022-07-12 |
Tanggal Publikasi | 2019-04-21 |
Penilaian | 4.00/5 Total 14 Penilaian |
Pengembang | https://blog.wildsky.cc |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/wildskyf/TextareaCache/ |
URL Halaman Bantuan | https://github.com/wildskyf/TextareaCache/issues |
URL Halaman Kebijakan Privasi | https://readmoo.com/terms/privacy |
Bahasa yang Didukung | 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": [ " |