When releasing a new add-on, we add-on authors are asked to upload a file and enter the new version number. I found myself mistyping the latter around ~.5% of the time so I made this suggestion: Autofill the version number when uploading a new file
Until this is implemented (if it even is) I'm doing it browser side in Chromium with the following extension:
manifest.json
JSON:
Read more
Читать далее...
Until this is implemented (if it even is) I'm doing it browser side in Chromium with the following extension:
manifest.json
JSON:
Код:
{
"manifest_version": 3,
"name": "site/xenforo"...
Read more
Читать далее...