-
-
Notifications
You must be signed in to change notification settings - Fork 7
FAQ (Frequently Asked Questions)
- Double right click on element
- Right click while holding the left mouse button
- Right click while holding the CTRL key
- On Windows, it will also get open on right mouse button up if no circle section was selected (while "Show regular menu if no action selected" setting is on). On Linux and MacOS this behavior can achieved only in Firefox by changing
ui.context_menus.after_mouseup
flag totrue
onabout:config
page.
This is basic security limitation in most modern browsers. Browser extension could not execute it's scripts on new tab page (speed dial), as well as on service pages (
chrome://
,about:*
, etc.) and in extensions store
As it stated here, you would need first to enable this feature in your browser by visiting
about:config
page, search forlayout.css.backdrop-filter.enabled
and set it to true
CMG fetches favicons for websites from Google. It is possible that you have Ad-blocker installed, which blocks all requests to Google services. It may also be that current website blocks all external requests at all for security reasons, which prevents CMG from loading favicons.
Perhaps there's no corresponding favicon in Google's favicon database. Try to play around with url.
Link preview's functionality is based on embedded iframes, and some websites restrict those for security considerations. It's not possible to get around this.
Due to the limitations of browser extensions, it is not possible sometimes to copy image protected by CORS policy. I'm not aware of any way to overcome it.
This functionality is currently only available in Vivaldi and Firefox, and is working out of the box. Other browsers do not provide such ability to get this data for browser extensions (or I didn't find those).
Use this URL: chrome-extension://{ID OF EXTENSION}/options/options.html, where {ID OF EXTENSION} is a unique extension ID on your computer. You can get this from extension details page in
chrome://extensions