Review of "Shotzy" version 1

Details Page Preview

Google Lens search, OCR, and QR scanning in the GNOME Screenshot tool. supports multiple languages download and put in /usr/share/tessdata for more info: check readme on github :)

Extension Homepage
https://github.com/SamkitJain660/Shotzy

No comments.

FAQ

Files

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

Shexli (experimental) warning 1 manual_review 1

Shexli found 2 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

  • ocr.js:557
    St.Clipboard.get_default()

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:193
            this._lensInnerVBox = new Clutter.Actor({
                layout_manager: new Clutter.BoxLayout({
                    orientation: Clutter.Orientation.VERTICAL,
                }),
            })
  • extension.js:199
            this._lensSideBox = new St.BoxLayout({
                vertical: true,
                y_align: Clutter.ActorAlign.CENTER,
            })

All Versions

Version Status
7 Active
6 Active
5 Rejected
4 Inactive
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

samkitt auto- rejected
Auto-rejected because of new version 2 was uploaded