{"id":22045791,"url":"https://github.com/abduldevhub/linkest","last_synced_at":"2026-04-20T10:32:01.625Z","repository":{"id":230094217,"uuid":"778129812","full_name":"AbdulDevHub/Linkest","owner":"AbdulDevHub","description":"Linkest is a Chrome extension that streamlines your browsing with one-click link saving, note-taking, file opening, and instant Google search integration.","archived":false,"fork":false,"pushed_at":"2026-03-03T17:10:10.000Z","size":343,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-03T23:16:01.802Z","etag":null,"topics":["chorme-extension","css","html","javascript","productivity"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbdulDevHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-27T06:10:48.000Z","updated_at":"2026-03-03T17:10:15.000Z","dependencies_parsed_at":"2024-06-13T02:08:49.607Z","dependency_job_id":"0bb12372-4e65-485f-bd78-a3bad9949f98","html_url":"https://github.com/AbdulDevHub/Linkest","commit_stats":null,"previous_names":["abduldevhub/linkest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbdulDevHub/Linkest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulDevHub%2FLinkest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulDevHub%2FLinkest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulDevHub%2FLinkest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulDevHub%2FLinkest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdulDevHub","download_url":"https://codeload.github.com/AbdulDevHub/Linkest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulDevHub%2FLinkest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chorme-extension","css","html","javascript","productivity"],"created_at":"2024-11-30T13:15:04.131Z","updated_at":"2026-04-20T10:32:01.620Z","avatar_url":"https://github.com/AbdulDevHub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linkest Extension\n\n\u003cimg height=\"400\" src=\"Screenshot.png\" alt=\"Linkest Extension Screenshot\"\u003e\n\n## Overview\n\nLinkest is a powerful Chrome extension designed to streamline link management and note-taking directly in your browser. Save URLs, organize text snippets, and access everything with an intuitive interface featuring advanced selection controls and one-click actions.\n\n## ✨ Features\n\n### Core Functionality\n\n- **Quick Save Input**: Save any text or URL instantly with the input field\n- **One-Click Tab Saving**: Capture your current tab's URL with a single click\n- **Smart URL Detection**: Automatically detects URLs vs. plain text and handles them appropriately\n- **Google Search Integration**: Non-URL text automatically opens as a Google search\n\n### Advanced Selection \u0026 Management\n\n- **Multi-Select**: Click index numbers to select individual items\n- **Range Selection**: Hold Shift and click to select multiple items at once\n- **Select All**: Use Ctrl/Cmd + A to select or deselect all items\n- **Quick Copy**: Click any item to copy it to clipboard, or use the copy button for multiple selections\n- **Smart Delete**: Delete selected items or the top item if none selected\n- **Position Insertion**: Insert items at specific positions using \"N. text\" format\n\n### Additional Tools\n\n- **Batch Link Opening**: Open selected links (or the first item) in new tabs\n- **Local File Browser**: Open local files directly in your browser via the 📁 button\n- **Persistent Storage**: All saved items persist using localStorage\n- **Keyboard Shortcuts**:\n  - `Enter` to save input\n  - `Delete` key to remove items (when input is empty)\n  - `Ctrl/Cmd + Click` on links to open in new tab\n  - `Ctrl/Cmd + A` to select/deselect all\n\n## 🎨 User Interface\n\n- **Dark Theme**: Easy on the eyes with a modern dark color scheme\n- **Visual Selection Feedback**: Selected items are highlighted with teal accents\n- **Numbered Index Buttons**: Quick access to select and manage individual items\n- **Responsive Design**: Optimized layout with smooth wave effects on interactions\n\n## 🚀 Setup\n\nTo install and use this extension locally:\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/yourusername/linkest-extension.git\n   cd linkest-extension\n   ```\n\n2. **Load in Chrome**\n   - Open Chrome and navigate to `chrome://extensions/`\n   - Enable **Developer mode** (toggle in upper-right corner)\n   - Click **Load unpacked**\n   - Select the project directory\n\n3. **Start using Linkest!**\n   - Click the extension icon in your toolbar\n   - Begin saving links and text\n\n## 📁 Project Structure\n\n```\nlinkest-extension/\n├── index.html          # Main extension popup\n├── manifest.json       # Extension configuration\n├── styles/\n│   ├── index.css      # Main styles with CSS variables\n│   └── effects.css    # Wave animation effects\n├── scripts/\n│   ├── index.js       # Core functionality\n│   └── materialize.js # UI effects library\n└── Screenshot.png     # Extension preview\n```\n\n## 🛠️ Technical Details\n\n- **Storage**: Uses Chrome's localStorage API for data persistence\n- **Modern JavaScript**: ES6+ features including async/await, arrow functions, and destructuring\n- **CSS Variables**: Centralized theming for easy customization\n- **Accessibility**: ARIA labels and keyboard navigation support\n\n## 🤝 Contributing\n\nThis is a personal project, but suggestions and improvements are welcome!\n\n- **Found a bug?** Open an issue with details\n- **Have an idea?** Share it in the issues section\n- **Want to contribute?** Fork the repo and submit a pull request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🔮 Future Enhancements\n\n- [ ] Cloud sync across devices\n- [ ] Tag/category system for organization\n- [ ] Export/import functionality\n- [ ] Custom keyboard shortcuts\n- [ ] Search/filter saved items\n- [ ] Drag-and-drop reordering\n\n---\n\n**Made with 💚 for productivity enthusiasts**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabduldevhub%2Flinkest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabduldevhub%2Flinkest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabduldevhub%2Flinkest/lists"}