-
Open Chrome Extensions Page
- Go to
chrome://extensions/ - Or: Menu (⋮) → Extensions → Manage Extensions
- Go to
-
Enable Developer Mode
- Toggle "Developer mode" switch in the top right corner
-
Load the Extension
- Click "Load unpacked" button
- Navigate to and select this folder:
/Users/ankbnsl/workspace/claudeworkspace/chromePluginToWriteNotes - Click "Select Folder"
-
Verify Installation
- You should see "Ankur's Wiki Notes" in your extensions list
- A blue square icon should appear in your Chrome toolbar
- Status should show "Enabled"
-
Start Using
- Click the blue extension icon to open the side panel
- Start taking notes!
- Click the extension icon to open the side panel
- The panel will show "Notes for: [current page title]"
- Start typing to create notes
- Right-click selected text on any page to see context menu options
The extension will request these permissions:
- Storage - To save your notes locally
- Active Tab - To get current page information
- Context Menus - For right-click menu options
- Downloads - To export notes
- All URLs - To highlight text on any website
All data stays on your device. Nothing is sent to external servers.
If you make changes to the code:
- Go to
chrome://extensions/ - Find "Ankur's Wiki Notes"
- Click the refresh/reload icon (↻)
- Your changes will take effect immediately
- Check that icons exist:
icon16.png,icon48.png,icon128.png - Try removing and re-adding the extension
- Make sure "Developer mode" is still enabled
- Check for errors in
chrome://extensions/ - Click "Errors" button if present
- Try reloading the extension
- Make sure all permissions are granted
- Check browser console for errors (F12)
- Reload the extension and refresh the webpage
- Go to
chrome://extensions/ - Find "Ankur's Wiki Notes"
- Click "Remove"
- Confirm removal
Note: All notes and highlights will be deleted when you uninstall.
To save your notes before uninstalling:
- Open any page with notes
- Click the "Export" button (green)
- Save the JSON file
- You can later import this data if you reinstall
Check the README.md file for full documentation and usage instructions.