Chrome extension
Google Chrome Extensions are add-ons that allow users to customize their Chrome web browser. They are downloadable through the Chrome Web Store. Extensions are most often written in HTML, JavaScript, and CSS.
Here are 9,395 public repositories matching this topic...
-
Updated
Feb 26, 2021 - JavaScript
Trying to record typing into a date field doesn't work for me, it just types on the yyyy section of the date and ends up completely invalid.
What I've had work really well was replacing await page.type(selector, '2020-08-07'); with:
await page.focus(selector);
await page.keyboard.type('20200807');Would it be within scope of the extension to recognize date inputs
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Sep 4, 2020 - CSS
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
Feb 28, 2021 - JavaScript
Update styling
Update styling to match new Chrome/devtools flat design.
-
Updated
Feb 8, 2021 - JavaScript
-
Updated
Jan 17, 2021 - JavaScript
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Jan 15, 2021
Thanks for a really great utility, just discovered it today!
Expected Behavior
It would be nice if it was possible to look at the results of a subscription while having it stopped, especially for faster updating subscriptions. I known you can turn off autoscroll but if you want to save the results you still have to manually cut and paste, unlike query results where you can use the download
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Dec 13, 2020
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for remoteFunction( shows where it's still being us
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Dec 25, 2019 - JavaScript
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Feb 27, 2021 - JavaScript
-
Updated
Mar 1, 2021 - TypeScript
-
Updated
Feb 21, 2021 - HTML
-
Updated
Dec 11, 2020 - JavaScript
Created by Google Inc.
Released December 8, 2009
- Website
- chrome.google.com/webstore/category/extensions
- Wikipedia
- Wikipedia


Description
The
hide-markdown-diffis not hiding all changes in the final result preview, and effectively shows an inaccurate result.