https://github.com/truongd3/taborganizerextension
Tab Organizer Google Chrome Extension
https://github.com/truongd3/taborganizerextension
extension-chrome
Last synced: 3 months ago
JSON representation
Tab Organizer Google Chrome Extension
- Host: GitHub
- URL: https://github.com/truongd3/taborganizerextension
- Owner: truongd3
- Created: 2024-09-29T05:03:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T21:40:06.000Z (8 months ago)
- Last Synced: 2025-02-03T01:23:20.807Z (5 months ago)
- Topics: extension-chrome
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tab Organizer Extension
## How to run:
- Clone this repo `git clone https://github.com/truongd3/TabOrganizerExtension.git`
- Open Google Chrome. Click the three-dot icon to the top right then click `Extensions > Manage Extensions`
- Toggle `Developer mode` to the top right of the popup tab
- Click `Load unpacked` and upload **folder** `src`. Click `OK`## Phase 1: Find tab by URL link
- Use JavaScript to receive searched URL
- Display all tabs including searched URL
- Move to tab when clickedStatus: ✅
## Phase 2: Find tab by prompt
- Use Gemini API
- Search tab by promptStatus: In Progress
## Phase 3: Group tabs by domains
- Like BingStatus:
## Phase 4: ...
Status: