A panel button for taking screenshots through an external tool (flameshot, gnome-screenshot, ksnip, spectacle, or a custom profile). Pick fullscreen / window / area, set a pre-capture delay with a slider, and switch between tool profiles. After a capture it finds the saved file and offers a preview, copy-image, copy-path, open-in-editor, and open-folder — all configurable in preferences.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-004 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
indicator.js:317
Gio.File.new_for_path(path).load_contents(null)
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
indicator.js:320
St.Clipboard.get_default()
indicator.js:330
St.Clipboard.get_default()
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=['45', '46', '47', '48', '49', '50', '51']
| Version | Status |
|---|---|
| 1.0.1 (2) | Unreviewed |
| 1.0.0 (1) | Unreviewed |