because the popup window disappears when it loses focus, and the contents are gone, so if you want to make the popup window not automatically close after losing focus, you must close it manually. Can this be done?
because the popup window disappears when it loses focus, and the contents are gone, so if you want to make the popup window not automatically close after losing focus, you must close it manually. Can this be done?
CSP error in popup: how to solve it? ...
recently wrote a bookmark management plug-in for chrome, but all the bookmarks obtained are without icons, so they don t look good. So I would like to ask what method can be used to get the icon of the bookmark? ...
js operates the database ...
as shown in the figure, the web page has btn, and clicking btn will open the corresponding extension a. How to implement Web page: a Thank you! problem description the environmental background of the problems and what methods you have tried r...
want to do a translation extension of Chrome, using the youdao service, the page was crawled before, but it is not stable, so I want to use the paid service of youdao, but if I simply call youdao API at the front end instead of doing the server, what if...
my project is built with official vue-cli, but there is a problem when I debug in the console, the console often flashes the tag, and it flashes back and forth, and every time it flashes, it empties the data. I don t know what it is all the time, but ...
as the title, I simply used the Chrome plug-in development and found that I only found a way to pop up a floating page on the original web page. The disadvantage is that the rest of the page will disappear with one click. now I have a need to pop up a...
is working on a chrome extension tool to grab web images and save them locally. Use the chrome.downloads.download this API, parameter to set as follows: chrome.downloads.download({ url: url, url filename: dir, + saveAs: false,...
if you want to open an old website in a newer browser, the main reason why you can t open it is that there is such a code . document.createElement( <div class="class">< div> ); what s more, there is such a . document.createEle...
I m developing a chrome plug-in right now, but I don t know how to debug it! Not the kind of debugging that examines elements, but as usual in the development of web applications, you can see the effect of the page without packaging. the result o...
I want to double-click the tag to close the current page, but I don t know how to listen for the double-click event of the tag. ...
as mentioned, what I want to match is the address of the plug-in chrome-extension: laookkfknpbbblfpciffpaejjkokdgca dashboard.html . also added to the header of the tempermonkey script how can I make the oil monkey script run in the plug-in? ...
document.getElementById(el).innerHTML=":" document.getElementById(el).className="a" although the first sentence can take effect, it is certainly not a normal method. ask how to get the chrome extension popup page dom ...