chrome-extension tag

22 questions


1 answers
426 views
0
About Creating Enhancements for Chrome

Hello, I haven't written a millimeter of code yet, but I'd like to ask you a questionI'd like to make the following enhancements to Chrome. Can you make them?c Press the document attached with classro...

1 years ago

1 answers
306 views
0
I want to read the json file in the extension with the extension

The whole thing you want to doExtensions detect notifications implemented on the website and block notifications when url in the block list is transition destination urlI would like to read the json f...


1 answers
395 views
0
I want to use extensions to read json files in extensions

The whole thing you want to doExtensions detect notifications implemented on the website and block notifications when url in the block list is transition destination urlI would like to read the json f...


1 answers
455 views
0
I want to get the url of window.open() implemented in the site by browser extension before opening it.

The whole thing you want to doIn order to prevent transitions to phishing sites by notifications in the site, if notifications using Notification api are detected in the site, the title and body conte...


1 answers
328 views
0
QuerySelector() on DOMParser() object results in null

I would like to fetch the contents of a specific selector by fetching the web page.However, if you execute the code below, domTarget is null.How can I get the contents of the selector? document.addEve...


1 answers
281 views
0
The Chrome extension cannot set the value of the acquired HTML element to Chrome.storage.

I am creating a Chrome extension, but I would like to retrieve HTML elements and save them to Chrome.storage.For pages with only h1 tags, if you run JavaScript below, >Value is set to <h1>Hel...


1 answers
319 views
0
I want to reflect multiple content files on a particular site, but only one of them is reflected.

manifest_version: 3,content_scripts:[ { matches: [ https://www.test.com/* ], js: [ test-1.js ] }, { matches: [ https://www.test.com/* ], js: [ test-2.js ] } ],For example, if you c...


1 answers
64 views
0
How Chromium-Based Edge Enhancements Determine the Running Browser

A Chromium-based version of Microsoft Edge was recently released.This Edge can install extensions from the Chrome webstore.So I installed my own extensions on Edge.Redirecting to browser-specific page...


3 answers
61 views
0
Request not to transition pages in JavaScript

Currently, we are creating Chrome extensions that detect script codes that send information secretly on web pages.In addition, what are some ways to send information to the server in JavaScript withou...


2 answers
99 views
0
I don't know how to wrap it up.

I'd like to make these codes into one, but I don't know how to do it.This is the code for the memo function that Chrome extension is considering implementing.I don't know how to deal with errors, so I...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.