22 questions
I have created the following code to do something like the title.However, the function does not ignite and there are no errors.How can I send data from background.js to popup.js?background.jschrome.ru...
We are developing Chrome extensions in JavaScript.This is my first time developing a Chrome extension, and I just learned 20 times through dot installation.I also made some samples, and I know the gen...
Automatically run any JavaScript on any site with Chrome extensions Here are some of the following:http://qiita.com/nakajmg/items/bcbf0e5debcfa70c8d63I would like to use this in Chromium, although it ...
As for what I want to do, I would like to use it as a menu by reading html prepared in advance on the sub-screen while browsing normally.If you use pop-up, it will disappear when you operate the main ...
I published the enhancements to ChromeWebStore, but they didn't change from the old version, and two enhancements with the same name were published.I changed the version number to 1.0.1 → 1.0.2, but e...
I'm creating extensions for YouTube, and I wrote the following in manifest:content_scripts:[ { matches: [ https://www.youtube.com/* ], js: [ content_script.js ] }],When I opened the youtube.com ...
I am currently looking for a way to record sounds other than microphones in my browser (mainly chrome).I succeeded in recording from the microphone by using getUserMedia.I would also like to record th...
I'm trying to create an add-on with chrome that does the following:The code for each file is as follows:manifest.json{ name: test, version: 0.0.2, manifest_version—2, description: test, icons: { 16:...
I don't think it's safe to rewrite the local file just by accessing the site with a normal javascript, but I think it's possible to do it if it's intentionally installed with an extension.What I want ...
I am developing a Chrome extension that displays iframe within the website.I am having trouble displaying iframe due to an error related to content_security_policy on the Twitter page.(Iframe can be d...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.