Flowmark is a Chrome extension that transforms your new tab page into an elegant and organized space for managing bookmarks. With a user-friendly interface and powerful search functionality, it ensures quick and effortless access to your favorite web pages.
- Bookmark organization: Categorize and display your bookmarks like apps for easy access.
- Search bar: Quickly find bookmarks with an intuitive search bar.
- Customizable layout: Arrange bookmarks to suit your preferences.
- Clean UI: Minimalistic and distraction-free interface.
- Lightweight: Designed for speed and efficiency.
-
Download or clone the repository:
git clone https://github.com/yourusername/flowmark.git cd flowmark
-
Open Chrome and navigate to
chrome://extensions/
. -
Enable Developer mode (toggle switch in the top-right corner).
-
Click on Load unpacked and select the project folder.
-
Flowmark is now installed and ready to use. Open a new tab to see it in action.
flowmark/
├── src/ # Source files for the extension
│ ├── popup/ # Popup HTML, CSS, and JS
│ ├── newtab/ # New tab page HTML, CSS, and JS
│ └── utils/ # Utility functions
├── icons/ # Extension icons
├── manifest.json # Chrome extension manifest file
└── README.md # Documentation
- Open a new tab in Chrome.
- Add, edit, or delete bookmarks directly from the new tab page.
- Use the search bar to find bookmarks instantly.
- Customize the layout to suit your workflow.
- Make changes to the source files in the
src/
directory. - Reload the extension in Chrome:
- Go to
chrome://extensions/
. - Click the Reload button for Flowmark.
- Go to
- Test your changes by opening a new tab.
If you want to package the extension:
- Zip the project folder.
- Navigate to
chrome://extensions/
. - Click on Pack extension and upload the zipped file.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support, please contact nickkcode@gmail.com.