chrome extentions

Creating a simple Chrome extension
Recently I decided to learn about chrome extensions and after reading the docs and building a few sample extensions I was surprised to see how fast can a very simple extension be built and how fun it is. I wish I had tried it sooner.
https://dev.to/paulasantamaria/creating-a-simple-chrome-extension-36m
GitHub - EmadElmogy/simpleChromeExtension
Contribute to EmadElmogy/simpleChromeExtension development by creating an account on GitHub.
https://github.com/EmadElmogy/simpleChromeExtension
Build a simple Google Chrome Extension in few minutes
It's probably a good idea to have a basic understanding of what a Chrome extension is and how Chrome extensions work. A Chrome extension is just some HTML, CSS and JavaScript that allows you to add some functionality to Chrome through some of the JavaScript APIs Chrome exposes.
https://medium.com/tech-tajawal/build-a-simple-google-chrome-extension-in-few-minutes-1f13b600e83e
//extensions/
Getting started with the Notion API
This article will explore the Notion API, mainly getting an API key and query a database. For this article, we shall work with a request testing tool. What is Notion Notion is a component-based note-taking app. It offers databases, calendars, files, ...
https://h.daily-dev-tips.com/getting-started-with-the-notion-api