I know that we cannot open the chrome popup extension directly from javascript. But is there a way to open a popup when the user presses some key combination?
The chrome.commands api allows the user to bind hot keys that will launch commands such as opening a browser action.
Example: https://developer.chrome.com/extensions/samples#search:commands (press Ctrl + Shift + F (Command + Shift + F on Mac) to open a browser action popup, press Ctrl + Shift + Y, to send an event (Command + Shift + Y on Mac))
Source: https://habr.com/ru/post/1652801/More articles:хранимые процедуры и проблема mysql_insert_id - mysqlReplace \ n (new line) with a space in bash - bashSpring Downloading java and web content to different ports in one application - javaHow to run spring-boot as a client application? - javaPassing data from parent component to child component in vue.js - componentsHow to resolve this "No TypeError: Unable to convert undefined or null to object" - javascriptHow to configure pom.xml to run 2 java backbones in 1 Maven project - javaHow to underline single words in a shortcut in Xamarin.Forms? - labelAndroid studio gradle - don't rebuild modules - androidgulp typescript: error TS1005 - angularAll Articles