Best of Google Chrome — December 2022
- 1
- 2
asayer·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
- 4
Community 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
- 6
asayer·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
LogRocket·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.