chrome-extension tag

22 questions


1 answers
107 views
0
I want to call the function popup.js from background.js in Chrome extension.

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...


1 answers
93 views
0
I want to create a function to stock videos with Chrome extensions.

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...


1 answers
117 views
0
I want to deploy Autoscriptrunner in Chromium

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 ...


2 answers
118 views
0
I want to split the screen with chrome extension.

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 ...


1 answers
87 views
0
I published an enhancement to ChromeWebStore, but it doesn't change from the old version.

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...


1 answers
85 views
0
"content_scripts" does not respond when page changes

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 ...


1 answers
99 views
0
Can the Browser Record Non-Microphone Sound?

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...


1 answers
138 views
0
Chrome.tabs.sendMessage Returns Undefined

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:...


1 answers
112 views
0
Is it possible to write to the local file from within the chrome extension?

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 ...


1 answers
104 views
0
About configuring content_security_policy for Chrome extensions

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 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.