-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Export & Import Download History #139
Comments
It can export and import download history. The exported data can be droped on the histsory table to import, Backup your history before importing it. Change Export: await chrome.runtime.sendMessage({action: 4}) Import: await chrome.runtime.sendMessage({action: 5, data: <JSON_STRING_DATA>}) Related codeTwitterMediaHarvest/src/service_worker/sw.ts Lines 110 to 129 in 4976253
TwitterMediaHarvest/src/pages/components/History.tsx Lines 299 to 316 in 4976253
|
The function you provide worked as intended for me. And I'd like to append a note for others who want to do the same thing, use online tool to stringify the JSON file generated from the export command to escape any special characters (eg. Thanks for your kind help and the time and effort to create this useful extension. Have a good day. 😉 |
I am glad that you like this extension. 👍 |
It would be great if I could export the download history of this extension from MS Edge to Firefox, which is my main Web browser. And it would also be useful while transferring data to a new computer. With download history every tweet with a media that have been downloaded in the past will show a yellow icon to prevent duplicate. But a local deduplicate software will do the same job. So, I think this feature has a low priority and doesn't affect the main function.
The text was updated successfully, but these errors were encountered: