סקירות עבור Form History Control
Form History Control Stephan Mahieu מאת
104 דירוגים
- דירוג 5 מתוך 5מאת משתמש Firefox 12166271, לפני 5 שניםThis is a wonderful extension. The developer is to be commended.
- דירוג 5 מתוך 5מאת משתמש Firefox 15572740, לפני 6 שניםWondering how to delete, not import, old database from pre Jan 2020 version. Thanks!
תגובת המפתח
מועד פרסום: לפני 6 שניםOlder (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 - דירוג 4 מתוך 5מאת משתמש Firefox 12334292, לפני 6 שניםIt 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
תגובת המפתח
מועד פרסום: לפני 4 שניםThere 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. - דירוג 1 מתוך 5מאת kingdomsaint, לפני 6 שניםLousy form recovery. Can't automatically fill fields nor copy text from their menu.
תגובת המפתח
מועד פרסום: לפני 6 שניםHaving trouble? Consulted the manual? Please contact me or file a bug report if you are having issues getting this add-on to work. - דירוג 5 מתוך 5מאת JohnnyFive, לפני 6 שנים
- דירוג 5 מתוך 5מאת X3phiroth, לפני 6 שנים
- דירוג 5 מתוך 5מאת משתמש Firefox 14683741, לפני 6 שנים
- דירוג 5 מתוך 5מאת משתמש Firefox 14994388, לפני 6 שניםLive-Saver: Saves much livetime (& anger)! Easy, functional & reliable. Support (=> financial contribution) strongly recommended!
- דירוג 5 מתוך 5מאת משתמש Firefox 6466650, לפני 6 שנים
- דירוג 5 מתוך 5מאת Firefox ユーザー 13760922, לפני 6 שנים
- דירוג 1 מתוך 5מאת משתמש Firefox 14713662, לפני 6 שנים
- דירוג 5 מתוך 5מאת משתמש Firefox 14704925, לפני 6 שניםHello 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 againתגובת המפתח
מועד פרסום: לפני 6 שניםHi
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 - דירוג 5 מתוך 5מאת hermann-san, לפני 6 שנים
- דירוג 5 מתוך 5מאת משתמש Firefox 12564382, לפני 7 שניםedit: I've been using this addon for at least 6 years. Should be built in to firefox!
- דירוג 5 מתוך 5מאת משתמש Firefox 6509382, לפני 7 שנים
- דירוג 4 מתוך 5מאת SamboNZ, לפני 7 שנים
- דירוג 5 מתוך 5מאת משתמש Firefox 14535620, לפני 7 שניםThis 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!
- דירוג 5 מתוך 5מאת Firefox Quantum Dev, לפני 7 שנים
- דירוג 5 מתוך 5מאת lil_king420, לפני 7 שנים
- דירוג 5 מתוך 5מאת Daniel Saner, לפני 7 שניםAn 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 =)
- דירוג 5 מתוך 5מאת משתמש Firefox 11233054, לפני 7 שניםBuenísima extensión, te permite recuperar todo lo que has escrito en Firefox. FF 62.0.3 (64-bit)
- דירוג 5 מתוך 5מאת Artem S. Tashkinov, לפני 7 שניםThis 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/תגובת המפתח
מועד פרסום: לפני 7 שניםHi, 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.