Lost and Unsaved Text Recovery
The plugin allows you to recover deleted, unsaved or lost text from a web form
Τι είναι το Lost and Unsaved Text Recovery;
Το Lost and Unsaved Text Recovery είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RecoverForm, και η κύρια λειτουργία του είναι "The plugin allows you to recover deleted, unsaved or lost text from a web form".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lost and Unsaved Text Recovery
Λήψη αρχείων επέκτασης Lost and Unsaved Text Recovery σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have you ever faced the situation when you typed a message or filled in the website form and then it got lost due to the interrupted Internet connection or computer shutdown, and you had to type the text again and again? Now you don’t have to struggle anymore as this extension allows you to easily recover deleted or lost typed text in the Google Chrome browser, entered in the website data entry form. So what are the possible reasons for text loss: - disappearance of the Internet or interrupted Internet connection - incorrect work of the browser or PC - accidental closing of browser tab - other reasons for interrupting the connection with the server or incorrect work on the server side. The extension can be easily installed through the extensions manager and has a number of handy settings: - you can edit, delete or view more detailed information about each post, including the URL of the page where the text entry was made - you can choose a theme and date format - select the mode of saving history in the private mode of the browser - set up the storage time of the data entry history in days and many more This is a really easy way to restore lost web page form data after closing or time out. The typed text can be saved according to the settings you have set, so that you can resend the form at any convenient time without the fear that some fragments of the message will be lost due to incorrect work of the PC, browser or the Internet. If you need to recover text that was lost when leaving the website or recover lost form changes after browser expired session - this extension is the best choice for this.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jbmgjfpepenggaeblnmpdbjapdhkjeep |
Επίσημο URL | https://chromewebstore.google.com/detail/lost-and-unsaved-text-rec/jbmgjfpepenggaeblnmpdbjapdhkjeep |
Περιγραφή | The plugin allows you to recover deleted, unsaved or lost text from a web form |
Μέγεθος Αρχείου | 561 KB |
Αριθμός Εγκαταστάσεων | 10,947 |
Τρέχουσα Έκδοση | 2.0.4 |
Τελευταία Ενημέρωση | 2023-11-17 |
Ημερομηνία Δημοσίευσης | 2021-03-18 |
Αξιολόγηση | 3.55/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | RecoverForm |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://service-pages.info/extensions/privacy_policy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.0.4", "default_locale": "en", "permissions": [ "contextMenus", "notifications", "tabs", "storage", "alarms", "clipboardWrite" ], "icons": { "16": "theme\/icons\/fhc-16.png", "32": "theme\/icons\/fhc-32.png", "48": "theme\/icons\/fhc-48.png", "64": "theme\/icons\/fhc-64.png", "128": "theme\/icons\/fhc-128.png" }, "options_ui": { "open_in_tab": true, "page": "popup\/options\/options.html" }, "background": { "service_worker": "background\/index.js", "type": "module" }, "content_scripts": [ { "js": [ "common\/browser-polyfill.min.js", "common\/purify.js", "content\/collectFormData.js", "content\/showFormData.js", "content\/auto-complete.js", "content\/add-auto-complete.js", ".\/content.bundle.js" ], "css": [ "content\/auto-complete.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_end", "all_frames": true } ], "action": { "browser_style": false, "default_icon": "theme\/icons\/fhc-128.png", "default_title": "__MSG_appName__", "default_popup": "popup\/tableview\/popup-small.html" }, "commands": { "open_fhc": { "suggested_key": { "default": "Alt+Shift+F" }, "description": "Open the main FHC dialog" }, "toggle_display_fields": { "suggested_key": { "default": "Alt+Shift+D" }, "description": "Show\/hide formfields on the current page" }, "fill_recent": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "Fill fields with most recent used entries" }, "fill_often": { "suggested_key": { "default": "Alt+Shift+O" }, "description": "Fill fields with most often used entries" } }, "host_permissions": [ "https:\/\/takeads.com\/*" ] } |