Auto Autosave
Autosave form contents in sites without autosave
Auto Autosave là gì?
Auto Autosave là một tiện ích mở rộng Chrome được phát triển bởi Emilio Platzer, và tính năng chính của nó là "Autosave form contents in sites without autosave".
Tải xuống tệp CRX của tiện ích mở rộng Auto Autosave
Tải xuống các tệp mở rộng Auto Autosave dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
¿Cansado de que se le pierda texto por errores de red? ¿Escribió un texto largo en la wiki o en el Trac y se cortó la conexión? ¿Cerró sin querer la ventana? ¿Retrocedió y perdió lo que estaba escribiendo? Autoautosave graba en la memoria del navegador una copia del texto que está escribiendo para poder volver a él en caso de errores. Active autoautosave, aparecerá un ícono de control al lado de cada textarea. Haga click en "manual" para que empiece a grabar automáticamente. Si necesita recuperar lo escrito vuela a activar autoautosave, haga click en el número (que indica cuántas versiones tiene grabadas) y entre al modo "recover", con los botones previous y next navegue entre las versiones grabadas.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eonkkaneijbenijhlnjkijfenmnbgiig |
URL Chính Thức | https://chrome.google.com/webstore/detail/auto-autosave/eonkkaneijbenijhlnjkijfenmnbgiig |
Mô tả | Autosave form contents in sites without autosave |
Kích Thước Tệp | 21.34 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.11 |
Cập Nhật Lần Cuối | 2014-10-17 |
Ngày Phát Hành | 2014-10-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Emilio Platzer |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Autosave", "version": "0.11", "manifest_version": 2, "description": "Autosave form contents in sites without autosave", "default_locale": "es", "browser_action": { "default_icon": "autoautosave.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |