Best of Google ChromeDecember 2022

  1. 1
    Article
    Avatar of phProduct Hunt·3y

    Bito AI - A Swiss Army knife in your IDE that can 10x your dev life

    A Swiss Army knife in your IDE can 10x your dev life. Free Bito’s AI Assistant can help you write code, understand syntax, write test cases, explain code, check security, and even explain high level concepts.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Building Chrome Extensions for Beginners -- Part 1: Theory

    The primary goal of this series is to introduce the basic concepts of Chrome Extensions. At the end of the series, you will have a Pomodoro timer extension built with Javascript. To build any Chrome extension, we must rely on the Chrome developers’ documentation. This is the single source of truth for anything extension related.

  3. 3
    Article
    Avatar of ishadeedAhmad Shadeed·3y

    CSS Style Queries

    The Chrome team released experimental support for a new proposed CSS spec, style queries. In short, they let us query the style of a container, rather than the size only. This can be helpful in cases where querying the container size isn’t enough.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    wong2/chat-gpt-google-extension: A browser extension to display ChatGPT response alongside Google Search results

    browser extension to display ChatGPT response alongside Google Search results. This project is inspired by ZohaibAhmed/ChatGPT-Google. The extension supports Chrome/Edge/Firefox Installation Install to Chrome.com/Webstore/detail/chatgpt-for-google/jgaeacdkonaoafenlfkkkmbaopkbilf.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    What Exactly is Node.js? Explained for Beginners

    Node.js allows developers to create both front-end and back-end applications using JavaScript. It was released in 2009 by Ryan Dahl and is open-source and cross-platform. For a beginner, this definition might raise further questions.

  6. 6
    Article
    Avatar of asayerasayer·3y

    Chrome Extensions for Beginners -- Part 1: Theory

    Chrome Extensions for Beginners -- Part 1: The primary goal of this series is to introduce the basic concepts of Chrome Extensions. At the end of the series, you will have a Pomodoro timer extension built with Javascript. To build any Chrome extension, we must rely on the Chrome developers’ documentation.

  7. 7
    Article
    Avatar of logrocketLogRocket·3y

    Next.js font optimization: Adding custom and Google fonts

    Next.js v13 introduced a font system called to help abstract the complexity of optimizing fonts. This lesson covers how to use this font system to add custom and Google fonts in a Next.js project as well as to optimize the font loading experience. The system is one of many powerful features introduced in next.js 13.