Google > Chrome >
Software > Web browsers, SVG viewers >
(on Wikipedia)
https://www.google.com/intl/en/chrome/
A web browser by Google, designed to be fast and perfectly willing to sacrifice features.
-
Properly titled Google Chrome
- Option to disable tab close buttons WONTFIX
- 2019-02-18 – The equivalent of Expose Noisy Tabs can be set in
chrome://flags/#sound-content-setting -
remove padding/border from window when not maximized on split screen
- Has a somewhat-ugly workaround.
2016-10-02 – 53.0.2785.143 m (64-bit) ∞
I’m not going to make a big thing about reviewing this, as it’s only got limited use.
-
Chromium bookmark separators works
- Because of font differences, the Favicon “dashes” look differently than the text hyphens.
Usage and Troubleshooting ∞
Case-sensitive “find in page” (control-f) ∞
Not possible.
As of 2023-02-09 – WONTFIX since 2009-03-12:
–
Workarounds:
- Doesn’t work: https://www.labnol.org/code/19509-find-on-page-bookmarklet
- https://superuser.com/questions/192437/case-sensitive-searches-in-google-chrome/1411303
-
https://superuser.com/questions/1245265/how-to-do-a-whole-word-search-in-chromes-find-dialog
Move the developer tools dock/panel ∞
- Open developer tools (
F12) - Run command (
control-shift-por the hamburger menu > Run command) -
Type
Dock to bottomand pressenter- It gives
>automatically, but the full copy-paste is>Dock to bottom - Other options appear (left, right, restore, undock)
- It gives
Force the allowance of paste ∞
Some websites disable pasting, so they are unusable with password managers. To remedy this, open the developer console tools (F12), and in the JavaScript console, paste:
var allowPaste = function(e){ e.stopImmediatePropagation(); return true; }; document.addEventListener('paste', allowPaste, true);
Alternatives ∞
Other browsers are built with some of Chrome’s open source components:

Added usage / moving the developer dock