You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to export the window's local storage to a JSON file.
How to use the extension
You can run an action to download the storage to a JSON file (the extension handles everything), and another to open a file with existing storage (remember to reload values from the storage after doing this).
👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.
The following issues have been found by the system concerning the respect of those best practices by your extension:
⟶ ❌ [Dots in sentences]: Field 'sentence' of the function 'ExportJSON' has a dot, but it is forbidden there!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'ExportJSON' misses a dot at the end of the sentence!
⟶ ❌ [Filled out names and descriptions]: Required field 'fullName' of the function 'ImportJSON' is not filled out!
⟶ ❌ [Filled out names and descriptions]: Required field 'description' of the function 'ImportJSON' is not filled out!
Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏
Description
The ability to export the window's local storage to a JSON file.
How to use the extension
You can run an action to download the storage to a JSON file (the extension handles everything), and another to open a file with existing storage (remember to reload values from the storage after doing this).
Checklist
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
I have yet to use this extension, but I have tested the JavaScript codes with DevTools on the game Stranded on a Raft (it works).
Extension file
LocalStorageToJSON.zip
The text was updated successfully, but these errors were encountered: