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 3,186 public repositories matching this topic...
Mby it's worth to give users who have a firefox master password a hint that they should enter this when they see "Enter Password or Pin for "NSS Certificate DB""
Description
some repos have docs/extensive descriptions/additional info
only in their wikis and not always clearly linking to it from readme (or even mention it)
and the wiki-tab on a repo shows up even if the wiki itself is empty (unless disabled in the settings)
so, it would be super helpful to have available wiki-pages to always be visible in the sidebar
I tried the call this way:
let nightmare = Nightmare({ show: false});
(async () => {
try {
const doc = await nightmare
.goto(url)
.evaluate(() => {
return document.documentElement.innerHTML;
})
.end();
return doc;
} catch(e) {
console.error(e);
return undefined;
}
})();and this
🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
-
Updated
Jan 2, 2020 - TypeScript
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Jan 2, 2020 - HTML
The repo has several large, and somewhat unnecessary assets that should be removed (and scrubbed) prior to being moved back to main.
Attached is a list of files to investigate, some can be deleted completed, others can probably be shared/linked instead of creating multiple copies.
One could accidentally erase his process on a page (or ,say, a game) by hitting the wrong "reload button" on the statistics page (clicking the page reloading button instead of the statistics reload top one)
There are no tooltips whatsoever, but even if there were, one could be mislead.
A thought:
Isn't the top statistics reload button is even needed now that the statistics are initiated only by a
https://github.com/casesandberg/react-color/blob/master/modules/tinycolor2/index.js#L76
For now there are coefficients for NTSC, not sRGB.
And i think that w3c is little bit outdated.
Also see this demo: http://codepen.io/dom1n1k/pen/LZWjbj
See sRGB table: http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html
Or point 9 here: http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.html
Puppeteer recorder is a Chrome extension that records your browser interactions and generates a Puppeteer script.
-
Updated
Jan 2, 2020 - JavaScript
At the moment, we encourage contributors to work on the debugger in the launchpad. This has a lot of benefits, but it has some drawbacks too:
- it is not clear how to debug panel issues
- it is not clear that the debugger is the firefox debugger
Tasks:
- We should improve the docs so that it is clear it is the firefox debugger
- improve the workflow for building and running firef
What is the current behavior?
Miss the type definition file.
What is the expected behavior?
Have the type definition file.
What is the motivation / use case for changing the behavior?
Supports TypeScript and makes it easier to code in IDE.
I've already written the type definition from API documents in README. I'd be willing to open pull request here or at https://gith
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
-
Updated
Jan 2, 2020 - Go
Fix browser launcher
If CLI is started with --cdp-launch flag, it should check whether Chrome is running and if not, open a new instance with --remote-debugging-port flag.
- macOS
- Linux
- Windows
Feature-rich inline translator. Chrome / Firefox Extension.
-
Updated
Jan 2, 2020 - TypeScript
We removed the text field for entropy, but we should collect entropy from somewhere when creating a vault, maybe mouse movements, or key timing during password entry, something.
Curious for ideas on other good entropy sources on someone's computer @christianlundkvist
"Is there a feature to mark all pages up until the current one as read ?"
There should. We also need a sub-menu for this feature.
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
Jan 2, 2020 - HTML
Following #664, were we updated the renderable component to use a 3d Vector as position vector, the constructor signature should also be changed to more easily specify the desired value.
Hello, thanks for sharing this project.
Do you have a document that describes the structure of the code in this project? I can not find any on the internet or on this page https://www.chromium.org
Thank you!
There is a site I used to visit, which is forbidden for visitors to open context menu or select any context. So I write a mapkey to hack this:
mapkey('zz', 'allowing select and right click', function() {
document.onselectstart = '';
document.oncontextmenu = '';
}, {domain: /example\.com/i});But it failed(it works in tampermonkey), I think it's because there are differ
Created by Google
Released September 2, 2008
- Organization
- googlechrome
- Website
- www.google.com/chrome
index.html
embedded.html
Would it be possible to have
index.htmlrender the header and webview ofembedded.html? I don't seem to currently be able to do this.