opera_extensions¶
Opera browser extensions.
Platform support¶
Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: opera_extensions
Linux
Mac OSX
Table schema¶
Name |
Type |
Description |
---|---|---|
uid |
BIGINT |
The local user that owns the extension |
name |
TEXT |
Extension display name |
identifier |
TEXT |
Extension identifier |
version |
TEXT |
Extension-supplied version |
description |
TEXT |
Extension-optional description |
locale |
TEXT |
Default locale supported by extension |
update_url |
TEXT |
Extension-supplied update URI |
author |
TEXT |
Optional extension author |
persistent |
INTEGER |
1 If extension is persistent across all tabs else 0 |
path |
TEXT |
Path to extension folder |
Query examples¶
select * from users join opera_extensions using (uid)