Simple tools for QGIS

A collection of simple tools for QGIS.
The list of available tools should grow over time :

In Attributes toolbar: Open Attributes Table FILTERED on SELECTED features

Shows the list of selected features at a given moment T in an attribute table with a filter on their ids. This allows you to change the selection later WITHOUT LOSING the list of T.

In Processing toolbox > Styling helper

In Plugins menu > Simple tools

JSONCSV
[
   {"id":1, "color":"red"},
   {"id":2, "color":"blue"}
]
id,color
1,red
2,blue
{ "id":123, "contact": {"tel":555, "mail":"a@b.c"} } id;contact_tel;contact_mail
123;555;a@b.c
{ "shades":
   [
     {"id":1, "color":"red"},
     {"id":2, "color":"blue"}
   ]
}
shades,shades_id,shades_color
,1,red
,2,blue