Note Sidebar에 대한 리뷰
Note Sidebar 제작자: Stefan vd
Stefan vd 님의 답글
개발자 답글
한 달 전에 게시됨Hi 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