Critiques pour Form History Control
Form History Control par Stephan Mahieu
104 notes
- Noté 5 sur 5par Utilisateur ou utilisatrice 12166271 de Firefox, il y a 6 ansThis is a wonderful extension. The developer is to be commended.
- Noté 5 sur 5par Utilisateur ou utilisatrice 15572740 de Firefox, il y a 6 ansWondering how to delete, not import, old database from pre Jan 2020 version. Thanks!
Réponse du développeur
mis en ligne : il y a 6 ansOlder (pre WebExtensions) versions of Form History Control stored extra information in the cleanup.sqlite file. This file is located in the root of your profile folder, you can simply delete this file.
For an explanation on where to find the profile folder see: https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data.
I do provide an export/import utility, see: https://github.com/stephanmahieu/formhistory-export - Noté 4 sur 5par Utilisateur ou utilisatrice 12334292 de Firefox, il y a 6 ansIt works for sure, but it saves an excessive HTML junk so when I try to restore FB post, for example, it suffers to get it right. There should definitely be a clean-up feature
Réponse du développeur
mis en ligne : il y a 4 ansThere is a clean-up feature: if you open the details of an entry you can either choose to copy all (including the HTML-junk) or just copy only the bare text. - Noté 1 sur 5par kingdomsaint, il y a 6 ansLousy form recovery. Can't automatically fill fields nor copy text from their menu.
Réponse du développeur
mis en ligne : il y a 6 ansHaving trouble? Consulted the manual? Please contact me or file a bug report if you are having issues getting this add-on to work. - Noté 5 sur 5par JohnnyFive, il y a 6 ans
- Noté 5 sur 5par X3phiroth, il y a 6 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14683741 de Firefox, il y a 6 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14994388 de Firefox, il y a 6 ansLive-Saver: Saves much livetime (& anger)! Easy, functional & reliable. Support (=> financial contribution) strongly recommended!
- Noté 5 sur 5par Utilisateur ou utilisatrice 6466650 de Firefox, il y a 6 ans
- Noté 5 sur 5par Firefox ユーザー 13760922, il y a 6 ans
- Noté 1 sur 5par Utilisateur ou utilisatrice 14713662 de Firefox, il y a 7 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14704925 de Firefox, il y a 7 ansHello Stephan and thank you for this great plugin!
I only have one question. If i understand correctly
the captured data are not stored in formhistory.sqlite
file. Can you please tell me where this data is stored ?
Thanks againRéponse du développeur
mis en ligne : il y a 7 ansHi
sqlite is no longer available for add-ons, HTML5 client side storage is commonly used instead. This is implemented in Firefox using IndexedDB.
See for instance here: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB - Noté 5 sur 5par hermann-san, il y a 7 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 12564382 de Firefox, il y a 7 ansedit: I've been using this addon for at least 6 years. Should be built in to firefox!
- Noté 5 sur 5par Utilisateur ou utilisatrice 6509382 de Firefox, il y a 7 ans
- Noté 4 sur 5par SamboNZ, il y a 7 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14535620 de Firefox, il y a 7 ansThis app is amazing! What a lifesaver when you lose the page you were working on...You can find past form entries and not have to type them again! Very impressed!
- Noté 5 sur 5par Firefox Quantum Dev, il y a 7 ans
- Noté 5 sur 5par lil_king420, il y a 7 ans
- Noté 5 sur 5par Daniel Saner, il y a 7 ansAn excellent add-on, reliable and with a lot of options and features, just how I like it. It's one of those extensions that, over time, you forget you have installed, but when its time for it to do its job, you'll be so glad you have it there. Or get very frustrated that you forgot to install it on your new system =)
- Noté 5 sur 5par Utilisateur ou utilisatrice 11233054 de Firefox, il y a 7 ansBuenísima extensión, te permite recuperar todo lo que has escrito en Firefox. FF 62.0.3 (64-bit)
- Noté 5 sur 5par Artem S. Tashkinov, il y a 7 ansThis must be built-in in Firefox (and other web browsers as well), it's so great and indispensable.
If you're in for alternatives, there's also https://addons.mozilla.org/firefox/addon/textarea-cache/Réponse du développeur
mis en ligne : il y a 7 ansHi, thanks for the review.
Regarding the issues you mentioned:
1) This is actually a bug in Firefox affecting Linux users, see Bugzilla issue 1416505 (https://bugzilla.mozilla.org/show_bug.cgi?id=1416505)
2) Saving data is currently performed every 5 seconds. Doing it more often has a negative impact on overall performance because it is not the keystrokes that are saved but the entire text you are editing. So in a worst case scenario you loose at most 5 seconds worth of typing.