Chrome
Chrome is the most popular web browser worldwide as of mid-2017, made by the tech company Google. It's available for most operating systems including Windows, macOS, and Linux and on multiple platforms such as the desktop, phones, and tablets.
Chrome boasts a minimalistic UI and was the first browser to feature "tabs" above the address bar, a convention that was later implemented in other browsers. Other popular features include things such as Incognito mode, tab sandboxing, and a Web Store with extensions and themes.
Although Chrome is not open source, the majority of the source code is available under the Chromium moniker.
Here are 4,422 public repositories matching this topic...
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
May 30, 2021 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jun 4, 2021 - HTML
-
Updated
Nov 13, 2018 - TypeScript
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
Jun 9, 2021 - HTML
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
May 31, 2021 - TypeScript
-
Updated
Jun 9, 2021 - HTML
-
Updated
Jun 9, 2021 - Go
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 9, 2021 - JavaScript
LET page = DOCUMENT("YOUR_URL", {
driver: "cdp",
ignore: {
resources: [
{
url: "*",
type: "image"
}
]
}
})
-
Updated
May 26, 2021 - TypeScript
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Mar 18, 2021 - JavaScript
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Mar 12, 2021
Created by Google
Released September 2, 2008
- Organization
- googlechrome
- Website
- www.google.com/chrome
Preflight Checklist