Beoardielingen foar Note Sidebar for Firefox
Note Sidebar for Firefox troch Stefan vd
Antwurd fan Stefan vd
Antwurd ûntwikkeler
5 dagen lyn pleatstHi Mikhail,
Thank you for using my Note Sidebar Firefox extension.
And for your 4 star rating.
|| didn't require permissions to access website content through script injection
The Note Sidebar firefox extension use minimum permision:
"permissions": ["contextMenus", "storage", "unlimitedStorage", "scripting", "activeTab"],
https://github.com/stefanvd/Browser-Extensions/blob/master/Note-Sidebar/Note-Sidebar-browser-extension/src/manifests/firefox.json#L46
That is needed, else I can not receive the selected input from the context menu in the Note Sidebar.
https://github.com/stefanvd/Browser-Extensions/blob/master/Note-Sidebar/Note-Sidebar-browser-extension/src/scripts/background.js#L117-L132
It needs "scripting", and the currenct active tab to get this data from the web page.
If you have any further questions, please do not hesitate to contact me at https://www.stefanvd.net/support
I am happy to help you there.
Thanks
Thank you for using my Note Sidebar Firefox extension.
And for your 4 star rating.
|| didn't require permissions to access website content through script injection
The Note Sidebar firefox extension use minimum permision:
"permissions": ["contextMenus", "storage", "unlimitedStorage", "scripting", "activeTab"],
https://github.com/stefanvd/Browser-Extensions/blob/master/Note-Sidebar/Note-Sidebar-browser-extension/src/manifests/firefox.json#L46
That is needed, else I can not receive the selected input from the context menu in the Note Sidebar.
https://github.com/stefanvd/Browser-Extensions/blob/master/Note-Sidebar/Note-Sidebar-browser-extension/src/scripts/background.js#L117-L132
It needs "scripting", and the currenct active tab to get this data from the web page.
If you have any further questions, please do not hesitate to contact me at https://www.stefanvd.net/support
I am happy to help you there.
Thanks