Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qobulovasror/notes-browser-extension

This repository is a browser extension for notes
https://github.com/qobulovasror/notes-browser-extension

browser-extension extension javascript notes

Last synced: 7 days ago
JSON representation

This repository is a browser extension for notes

Awesome Lists containing this project

README

        

# Note Browser Extension

Organize your browsing experience with the Note Browser Extension. This extension allows you to create and save notes directly in your browser, so you can jot down ideas, reminders, or important information without leaving the webpage.

![Note Browser Extension](https://github.com/qobulovasror/notes-browser-extention/assets/71517683/76070bf8-ec30-49e8-80a1-a793894bf2e3)

## Usage

Once the extension is installed, you'll see a notepad icon in your browser's toolbar. Click on the icon to open the note-taking interface. You can create new notes, edit existing ones, and organize them using labels.

## Features

- 📝 Create and save notes directly within your browser.
- 🏷️ Organize your notes with customizable labels.
- ✏️ Edit and update your notes at any time.
- 🔒 Data is stored locally in your browser's storage for privacy.

## Development

If you're interested in contributing to the development of this extension or customizing it for your personal use, follow these steps:

1. **Clone the repository:**
```bash
gh repo clone qobulovasror/notes-browser-extention
```
or
```bash
git clone https://github.com/qobulovasror/notes-browser-extention
```
2. **Navigate to the project directory:**
```bash
cd notes-browser-extention
```
3. **Load the extension in your browser:**
- **Chrome:**
1. Open the Extension Management page by navigating to `chrome://extensions`.
2. Enable "Developer mode" in the top-right corner.
3. Click the "Load unpacked" button and select the extension directory.

- **Firefox:**
1. Enter `about:debugging` in the URL bar.
2. Click the "This Firefox" tab.
3. Click the "Load Temporary Add-on" button and select the extension directory.

4. **Make changes:**
Feel free to modify the code to suit your preferences or add new features. The main logic is in `script.js`.

5. **Test your changes:**
After making your changes, test the extension's functionality by creating, editing, and saving notes.

6. **Share your improvements:**
If you've added valuable features or improvements, consider creating a pull request. Your contributions are welcome!

## Credits

This extension was inspired by the need to take quick notes while browsing.

## License

This project is licensed under the [MIT License](LICENSE).