Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abduldevhub/linkest
This repository contains the code for the Linkest Extension, a Chrome extension that enhances productivity by providing a suite of tools directly in your browser. The extension allows users to take notes, save tab links, open local files on the browser, and perform a Google search on saved text with one click.
https://github.com/abduldevhub/linkest
chorme-extension css html javascript
Last synced: about 1 month ago
JSON representation
This repository contains the code for the Linkest Extension, a Chrome extension that enhances productivity by providing a suite of tools directly in your browser. The extension allows users to take notes, save tab links, open local files on the browser, and perform a Google search on saved text with one click.
- Host: GitHub
- URL: https://github.com/abduldevhub/linkest
- Owner: AbdulDevHub
- License: mit
- Created: 2024-03-27T06:10:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T19:59:59.000Z (7 months ago)
- Last Synced: 2024-06-14T02:12:37.137Z (7 months ago)
- Topics: chorme-extension, css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linkest Extension
## Overview
This repository contains the code for the Linkest Extension, a Chrome extension that enhances productivity by providing a suite of tools directly in your browser. The extension allows users to take notes, save tab links, open local files on the browser, and perform a Google search on saved text with one click.
## Features
- **Note Taking**: Quickly jot down important information without leaving your browser.
- **Save Tab Links**: Save the links of your current tabs for easy access later.
- **Open Local Files**: Open files from your local machine directly in your browser.
- **Google Search**: Perform a Google search on saved text with just one click.## Setup
To install and use this extension locally, follow these steps:
1. Clone the repository
2. Navigate to the project directory
3. Open the Chrome browser and go to `chrome://extensions/`
4. Enable Developer mode by ticking the checkbox in the upper-right corner.
5. Click on the "Load unpacked" button.
6. Select the directory containing your unpacked extension.## Contributing
While this is a personal project, I'm open to collaboration. If you have suggestions for improvements, please open an issue.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.