Questions tagged [google-chrome]
Google Chrome is a web browser available on mobile, TV, and desktop platforms. Developed by Google, it uses the Blink layout engine and application framework.
35 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
33
views
Sending and receiving TypedArray's in Chromium Web extension messages
This is an alternative approach and follow up dealing with this issue Extension messaging uses base::Value (JSON) serialization but could use WebSerializedScriptValue (structured cloning), closely ...
0
votes
0
answers
58
views
Streaming messages for Chrome MV3 Web extensions
Explainer
Problem
No standardized Web Extension API to send or transfer TypedArrays or ArrayBuffers or
...
1
vote
0
answers
58
views
Storage manager which creates super simple API to talk with chrome storage
Here's some background information: I was working on a Chrome extension called Netflix Hotkeys (you can find it here), and I realized that I needed a persistent storage solution for storing user ...
2
votes
0
answers
201
views
Tampermonkey Note Taker for Google Docs
Intro:
Need some feeback on my Javascript (I mostly do C++).
Purpose: I find google docs hard to organize in google drive (it takes more effort than it should).
So I started created "note" ...
1
vote
1
answer
291
views
Chrome bookmarklet to expand examples elements on a dictionary webpage
I created the following Chrome bookmarklet to open all elements with text Extra Examples boxes on this page. For example - the element labeled with text Extra Examples below can be clicked:
When it ...
2
votes
1
answer
744
views
Google Chrome Service Worker Persistent Storage Caching System
Moving from Google Chrome Extensions’ Manifest V2 to Manifest V3, service workers replace background pages. Background pages can be configured to be persistent, but service workers can’t be persistent....
2
votes
0
answers
106
views
Chrome extension for helping players search through a forum
As a player of the online game Pokéfarm Q, I'm making a fan-made extension to help players search through forum threads and CSS codes/userscripts. So that I can easily fetch data from a Pastebin I ...
user avatar
user238680
3
votes
2
answers
184
views
Project builder Google Chrome Extension
In the process of learning JavaScript, I built a Google Chrome extension. It works but as I am adding more features the code is quickly getting duplicated, so I'm looking for ways to improve it.
This ...
3
votes
1
answer
194
views
Project : My Anime Finder
This is a project that finds a specific anime (show) and checks to see if there is a new episode of it .
this is also the first time that i used def like this and ...
7
votes
2
answers
891
views
Finding solutions on GitHub and Stack Overflow
The first part of the code opens Chrome and navigates to GitHub. If I don't find my solution, I open a new tab with ctrlt. Then my code goes to Stack Overflow and searches there for solutions.
...
5
votes
1
answer
121
views
WebExtensions add-on for highlighting insecure links
My first Firefox add-on (WebExtensions compatible, so it works without modification in at least Chromium) puts a red border around insecure links, including plain HTTP links and links with a ...
3
votes
1
answer
146
views
Dynamic DOM Text Editor Performance
I am creating a text editor that will need to work in the browser, syntax highlight, and allow users to edit files up to 50MB in size (i.e. the space allowed by indexedDB) without an "out of memory" ...
3
votes
0
answers
814
views
Navigate to three pages in parallel with Selenium, ChromeDriver, and NUnit
As an experiment, I've created an NUnit test project that should, when running all tests, open three browser windows simultaneously, and each should load a particular page before closing.
My question ...
0
votes
0
answers
175
views
Add script to clear Chrome upon logoff
This program automatically makes folders to add scripts to be ran once a computer is logged off a user. It checks to make sure it is not overwriting any previous scripts (windows).
...
4
votes
1
answer
1k
views
Simple Dictionary Chrome Extension
I have created a Simple Dictionary Chrome Extension. It is using JavaScript/ some HTML/ some CSS. The Manifest.jso file talks about the extension. The HTML is for a small/simple pop up and the JS is ...