Review of "Pixeldrain Uploader" version 2

Details Page Preview

GNOME Shell extension to upload files to Pixeldrain from the top panel with quick upload and recent links.

Extension Homepage
https://github.com/zamkara/pixeldrain-gnome-uploader

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) error 1 warning 1 manual_review 1

Shexli found 3 issues that may need reviewer attention.

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • extension.js:49
    St.Clipboard.get_default()

EGO-P-007 warning

JavaScript files should be reachable from extension.js or prefs.js

Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.

Don't include unnecessary files

  • helpers/pick-files.js

EGO-M-004 error

metadata shell-version must only include plausible stable releases and at most one development release

Field `shell-version` contains invalid values, more than one development release, or implausible future releases.

metadata.json must be well-formed

  • metadata.json
    shell-version=['46', '47', '48', '49', '50', '51']

All Versions

Version Status
2 Rejected
1 Active

Previous Reviews on this Version

fmuellner rejected
GNOME 51 will be released next September, so nobody can know at this point which extension will be compatible with it.