
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Google
- Released September 2, 2008
Here are 3,023 public repositories matching this topic...
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
Updated
Oct 16, 2019 - 121 commits
- Go
A high-level browser automation library.
-
Updated
Oct 16, 2019 - 993 commits
- JavaScript
🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
-
Updated
Oct 16, 2019 - 559 commits
- TypeScript
Best practices for modern web development
-
Updated
Oct 16, 2019 - 10 commits
- HTML
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Oct 16, 2019 - 562 commits
- HTML
:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
-
Updated
Oct 16, 2019 - 641 commits
- JavaScript
Puppeteer recorder is a Chrome extension that records your browser interactions and generates a Puppeteer script.
-
Updated
Oct 16, 2019 - 160 commits
- JavaScript
The Firefox debugger that works anywhere :boom:
-
Updated
Oct 15, 2019 - 5 commits
- JavaScript
Distributed crawler powered by Headless Chrome
-
Updated
Oct 15, 2019 - 663 commits
- JavaScript
Describe the bug
When using the cdp driver, during closing of a browser page, this error sometimes appears.
{"level":"warn","time":"x","url":"x","error":"rpcc: the connection is closing","time":"x","message":"failed to close browser page"}
{"level":"error","time":"x","error":": rpcc: the connection is closing: session: detach timed out for session 5C391DF4E758E985AE3CBAA03774E562","t
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
-
Updated
Oct 16, 2019 - 452 commits
- Go
Describe the bug
QR Code Scanner fails to scan input fields on Send Transaction view when scanning QR Code contains an EIP-681 URI
Example URI
ethereum:0x46c69f4424043e720a704330748cf3c593656b9c
To Reproduce
Steps to reproduce the behavior:
- Go to Send Transaction view
- Click on QR Code scanner
- Position QR Code in front of Webcam
- QR Code scanner closes
https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-shortcuts
we're not using rotate for now and if the user hits the key it could break the UI.
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
-
Updated
Oct 16, 2019 - 4 commits
- JavaScript
Feature-rich inline translator. Chrome / Firefox Extension.
-
Updated
Oct 16, 2019 - 2 commits
- TypeScript
YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting your preferred video quality and much more.
-
Updated
Oct 15, 2019 - 1 commits
- HTML
a fresh & lightweight javascript game engine
-
Updated
Oct 16, 2019 - 4 commits
- JavaScript
Run your tests using Jest & Puppeteer 🎪✨
-
Updated
Oct 16, 2019 - 214 commits
- JavaScript
🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more).
-
Updated
Oct 15, 2019 - 1 commits
- JavaScript
Learn about chrome
- Organization
- googlechrome
- Website
- www.google.com/chrome
Consider the following snippet run in the main process where one wants to listen for
"will-prevent-default"
events and after some asynchronous operation (do_something
, a call which returns aPromise
) initiated by the event listener, depending on the result (result
) of the operation, callpreventDefault
on the even