Releases: bsquang/naotab
Releases · bsquang/naotab
Release list
naoTab v0.19.1 — AI Batch, Connected Nodes, Sidebar & Codebase Restructure
✨ New features (v0.17 → v0.19.1)
🤖 AI Batch processing
- New ✨ AI All button in topbar — processes all currently visible/filtered nodes in one click
- Skips nodes that already have a summary (shows count in confirm dialog)
- Live progress bar in bottom-right corner, nodes turn blue as each one completes
- Final notify shows total processed / failed
🔗 Connected nodes panel
- Click any node → detail panel now shows a Connected section
- Lists all bookmarks sharing at least one tag with the selected node
- Scoped to current filter/search — only shows what's visible on screen
- Click any connected item to navigate directly to that node
📋 Sidebar node list
- Left sidebar now split: Tags (top) + Nodes (bottom)
- Node list updates in real time with filter/search
- Blue dot = has summary, grey = no summary
- Click any item to open its detail panel
💬 Hover tooltips
- Hover any node in the graph → tooltip shows title + summary
- Hover any sidebar item → tooltip pops to the right with title + summary
🏗️ Internal improvements (v0.19)
Data schema versioning — your data is protected
- New
core/schema.jslocks down the bookmark data structure migrateBookmark()silently heals old bookmarks on load: fills missing fields, removes deprecated ones- No action needed — existing bookmarks migrate automatically
Cleaner file structure
core/ schema.js · storage.js · ai.js · export.js
vendor/ d3.min.js · jszip.min.js
/ manifest · popup · app · settings (extension entry points only)
📦 Install / Update
- Download
naotab-v0.19.1.zipbelow - Unzip →
chrome://extensions→ Enable Developer mode → Load unpacked
Already installed? Reload the extension — data migrates automatically, nothing is lost.
v0.16.0 — naoTab
🗂️ naoTab v0.16.0
A Chrome Extension that turns your browser tabs into a personal knowledge base.
✨ 16 Features
- View all tabs — grouped by window, copy/export CSV/JSON/Markdown
- Save tab with context — reason, summary, tags
- Knowledge Base list view — full-text search
- Graph view — D3.js force-directed network
- AI integration — OpenAI, Claude, Groq, Ollama, OpenRouter
- Obsidian export — ZIP of .md with YAML frontmatter
- JSON export / import — full backup & restore
- SEO meta extraction — pageMeta saved per bookmark
- Save Current Tab — 💾 Tab this button
- Save whole window — with meta per tab
- Node panel — click to view/edit inline
- Highlight connected nodes on click
- Exclude tags from graph — declutter connections
- Node color by summary — blue/grey
- AI Suggest in panel — re-run AI on saved bookmark
- Domain-based auto-tags — github, stackoverflow, npm...
📦 Installation
- Download source zip below
- Extract → open
chrome://extensions/ - Enable Developer mode → Load unpacked → select folder