mikkelking / placenoter

Chrome extension to turn browser's default new tab into note-taking machine.

Home Page:https://chrome.google.com/webstore/detail/placenoter/jefjneinemilpncgcfdglggeheiaakfc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlaceNoter

  • This extension replaces your new tab with a note taking app so you never have to leave chrome. (that's it for now.)
  • Download it from chrome webstore.

If you 👍 / ❤️ what I'm doing, consider 🌟ing the repo, I and the Open-Source-Community appreciate it very much ❤️.

Demo

final-output.mp4

Development (local setup)

npm i
npm run dev # Runs on http://localhost:3000/

It you try and open the page http://localhost:3000/ you will get an error: This localhost page can’t be found - a kind of 404 error.

In order to see it running, you need to install it as a local extension. To do that, navigate to chrome://extensions/ and click the Load unpacked button, it will ask you to "Select the extension directory", so navigate to the repo root, select the dist folder, and click open.

Now when you open a new tab, it will open Placenoter from your local. Chrome doesn't like it initially, and will offer to revert to the original. Once you tell it no, it will leave it in place.

It works well like this, as you make changes to the code, the page will be updated.

Stargazers

Stargazers repo roster for @sereneinserenade/placenoter

Made with ❤️ using these things.

React Badge Webpack Sass NextUI

About

Chrome extension to turn browser's default new tab into note-taking machine.

https://chrome.google.com/webstore/detail/placenoter/jefjneinemilpncgcfdglggeheiaakfc

License:MIT License


Languages

Language:TypeScript 82.4%Language:SCSS 17.4%Language:HTML 0.2%