Best of Google ChromeAugust 2021

  1. 1
    Article
    Avatar of honeypotHoneypot·5y

    14 Best Chrome Developer Tools 2021

    Google Chrome is one of the most popular and reliable browsers. Chrome’s biggest selling point is its smooth integration with other Google apps. With this list, you’ll discover a few more gems to add to your toolbar. Web Developer extension is like a pocket knife, you can inspect elements and start debugging your website(s)

  2. 2
    Article
    Avatar of chromeChrome Developers·5y

    New in Chrome 93

    Chrome 93 will ship on September 21. New PWA features include CSS Module Scripts and Multi-Screen Window Placement API. Installed PWAs can register as URL handlers, making it possible for users to jump straight into your PWA. The PWA Summit is coming up October 6-7.

  3. 3
    Article
    Avatar of phProduct Hunt·5y

    DevUtils - Everyday utilities for the everyday developer

  4. 4
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Stay alert

    Chrome broke the web by disabling alert() and confirm() from cross-origin iframes. Users of CodePen, the widely-used code-sharing site, discovered that they were unable to use these functions in their projects. In the ensuing chaos the change was rolled back until 2022. It's a story about unloved APIs, and who owns the future of the web.

  5. 5
    Article
    Avatar of gcgitconnected·5y

    Google Chrome DevTool: Web Comics #1 CSS-Overview

    You can see the Colors used in the Webpage and even you can click a color to see where it is implemented in the HTML part. The entire report is broken into different segments like Colors, Font info, Unused declarations, and Media queries with a single click. It helps the front-enders and designers to get the information in no time.

  6. 6
    Article
    Avatar of changelogChangelog·5y

    Safari isn't protecting the web, it's killing it

    Safari's approach isn't protecting the web from bloat & evil Google influence. Most features that Safari hasn't implemented have no hint of security, privacy or performance concerns, and they've been implemented in every other browser already. The largest Safari complaint is unrelated to experimental features from the Chrome team: it's the showstopping bugs in implemented features.

  7. 7
    Article
    Avatar of bitBits and Pieces·5y

    Secret Behind JavaScript Performance: V8 & Hidden Classes

    V8 is an open-source JavaScript engine introduced by Google. It is written in C++ and supports Google Chrome, Chromium web browsers, and NodeJS. The most significant difference between V8 and other engines is its Just In Time (JIT) compiler.