Linxy Tab Linxy Tab
๐Ÿ“–

Welcome to Linxy Tab

Linxy Tab is a next-generation browser start page for saving tabs, organizing links, AI search, and structure visualization. Install from the Chrome Web Store or Microsoft Edge Add-ons, then use this guide to get started.

v1.0.1
v1.0.1 highlights: Open Tabs save, Inbox, Organize Center, Knowledge Map (structure diagnostics), and Knowledge Galaxy (Beta) โ€” a galaxy-style view of your spaces and collections.

๐Ÿ“ The 3-Level Organization System

To handle thousands of bookmarks, we use a clean Kanban-style 3-tier architecture instead of nested folders:

1. Workspace

Location: The glowing circle on the far left.
Purpose: Top-level physical separation. Use for "Work", "Life", "Side Projects", etc.

2. Channel (Space)

Location: Left navigation list.
Purpose: Specific categories within a workspace. E.g., "Design" workspace has "Inspiration", "Free Images" channels.

3. Folder (Collection)

Location: Masonry kanban on the main area.
Purpose: Container for specific content cards, supports drag-and-drop reordering.

๐Ÿ—‚๏ธ Core: 10 Card Engines

Linxy Tab is more than a bookmark manager. We provide 10 different card types to make your new tab page a powerful digital dashboard:

Basic Cards (Free)

  • ๐Ÿ”— URL Card: Save web pages with custom icons and one-click access.
  • ๐Ÿ“ Note Card: Quick notes with Markdown-style formatting.
  • โœ… Todo Card: Lightweight task management with checkboxes.
  • โณ Countdown Card: Track important deadlines, payday, or anniversaries.
  • ๐Ÿ–ผ๏ธ Image Card: Build moodboards, supports pasting image URLs directly.

Pro Cards PRO

  • ๐Ÿ’ป Code Snippet Card: For developers, supports syntax highlighting for 30+ languages.
  • ๐Ÿค– AI Prompt Card: Save common prompts, copy with one click or send directly to AI models.
  • โšก Webhook Card: Automation hub, trigger server APIs with one click.
  • ๐Ÿ“ก RSS Feed Card: Track your favorite blogs or news sources directly on your new tab.
  • ๐Ÿ“ข Creator Subscription Card: Enter a creator's sub code to unlock and subscribe to their curated content.

๐Ÿ“ฅ Saving & Managing Content

1. Save Current Page

  • Quick Save: Press Alt + S (Mac: Cmd + Shift + S) to instantly save the current page to your default folder and close it.
  • Batch Save (OneTab Alternative): In the plugin's right sidebar "Currently Open Tabs" area, click "๐Ÿ“ฅ Save All" to instantly package all tabs and free up system memory.

2. Drag & Drop

Like organizing files on your desktop, drag any card into another folder; or drag it left to move it across Channels for instant cross-workspace transfer.

โ˜๏ธ Ultimate Data Sync Center

Linxy Tab uses a local-first design. Bookmark data is stored in your browser by default. Optional WebDAV sync lets you back up to endpoints you control (public cloud, NAS, or self-hosted server).

โš ๏ธ
Critical: When configuring WebDAV, the password field is NOT your web login password! You must generate a dedicated "Third-party App Password" from your provider's security settings!

๐Ÿฅ Option A: Public Cloud (WebDAV)

Recommended for beginners โ€” zero infrastructure setup required:

  • Koofr โ€” Universal cloud connector with WebDAV support. https://app.koofr.net/dav/Koofr/
  • pCloud โ€” Swiss-based secure storage. https://webdav.pcloud.com/
  • Dropbox / Google Drive / OneDrive โ€” Via third-party WebDAV bridge services
  • Nextcloud / ownCloud โ€” Self-hosted or hosted instances

Option B: Private NAS

For setups where you prefer storage on your own network hardware:

  • Synology โ€” Most popular NAS for home & SMB (WebDAV port: 5005/5006)
  • QNAP โ€” Enterprise-grade with hybrid cloud features (WebDAV port: 8080/8081)
  • TrueNAS โ€” Open-source enterprise NAS solution
  • Unraid โ€” Flexible array-based NAS for enthusiasts
  • Asustor โ€” Budget-friendly NAS from ASUS

๐Ÿ–ฅ๏ธ Option C: Self-hosted Server

For developers and tech enthusiasts with existing VPS infrastructure:

  • AWS EC2, Google Cloud, Azure, DigitalOcean, Vultr, Linode
  • Deploy Nginx WebDAV, Apache WebDAV module, or Docker-based WebDAV containers

โš™๏ธ Setup Steps

  1. Go to โš™๏ธ Settings -> โ˜๏ธ Data Sync Center
  2. Select your preferred provider category (Public Cloud / NAS / Self-hosted)
  3. Click your provider button to auto-fill the WebDAV URL
  4. Enter your credentials and app password
  5. Enable "Auto Sync" for scheduled backup, or manually trigger sync anytime

๐Ÿค– AI Engine โ€” Online API Mode PRO

After upgrading to Pro, you need to configure your own API Key to unlock AI features. Linxy supports all major online AI models:

Supported Models

  • OpenAI GPT ? GPT-4o-mini, GPT-4, etc. https://api.openai.com/v1
  • Claude ? Claude 3.5 Sonnet, Claude 3 Opus https://api.anthropic.com/v1
  • Google Gemini ? Gemini 2.0 Flash, Gemini Pro https://generativelanguage.googleapis.com/v1beta/openai
  • DeepSeek ? DeepSeek Chat (cost-effective) https://api.deepseek.com/v1
  • Groq (Mistral) ? Ultra-fast open-source inference https://api.groq.com/openai/v1

Recommended Providers

  • OpenRouter ? Unified API for 100+ models, pay-as-you-go
  • Together AI ? Fast open-source model inference with free credits

Getting Started

  1. Register at OpenRouter.ai or any AI platform
  2. Get your API key from the platform
  3. Go to โš™๏ธ Settings -> ๐Ÿค– AI Settings -> Online Mode
  4. Select your preferred model, enter the API key and endpoint URL
  5. Click Save ? your AI features are now active!

๐Ÿ–ฅ๏ธ AI Engine โ€” Local Mode (Ollama) PRO

Linxy supports optional Ollama โ€” run models locally for AI features you choose to enable, using endpoints you configure.

AI
Why local AI? Optional local models can process enabled AI features on your machine. You control which model runs and which data is sent to it.

Setup Steps

  1. Install Ollama: Download from ollama.com and install on your computer (Windows/Mac/Linux supported)
  2. Download Models: Run ollama pull llama3.2 or ollama pull deepseek-r1 in terminal
  3. Start Ollama Server: Run ollama serve (default: http://localhost:11434)
  4. Configure Linxy: Go to โš™๏ธ Settings -> ๐Ÿค– AI Settings -> Local Mode
  5. Enter your Ollama endpoint (http://localhost:11434) and model name
  6. Click Save โ€” enjoy AI features with your configured local provider!

Recommended Ollama Models

  • llama3.2 โ€” Fast, efficient, great for most tasks
  • deepseek-r1 โ€” Excellent reasoning capabilities
  • qwen2.5 โ€” Strong multilingual support
  • mistral โ€” Balanced performance

? Daily AI Magic PRO

After configuring your API key, you'll unlock these powerful features:

  • Auto-Organize New: Have dozens of messy bookmarks? Click โœจ AI Auto-Organize and the AI will read titles, create folders, and categorize everything!
  • Global Rewrite: Default titles too long? Click ๐Ÿ“ AI Global Rewrite to let AI shorten titles and auto-fill descriptions.
  • Icon Assignment: Click the โœจ wand above any channel, and AI will auto-match the most suitable emoji icon based on the channel name.

๐Ÿ’Ž Activate Pro & Device Management

After obtaining a Pro license key, you can activate anytime within the extension:

๐Ÿ‘‘
Activation Steps: Open the main interface -> Click the ๐Ÿ‘‘ Crown Icon in the top left -> Enter your license key in the popup window and click Verify to instantly unlock all 10 cards and premium features!

Device Authorization

  • Yearly Plan: Up to 3 simultaneous devices
  • Lifetime Plan: Up to 5 simultaneous devices

To switch to a new computer, please click "Unbind Device" in the old computer's settings or contact support for assistance.

๐Ÿงน Clean Mode PRO

Upgrade to Pro and enable Clean Mode for a distraction-free experience:

  • No Recommendations: When enabled, creating new channels or folders won't automatically add "Featured Recommendations" cards
  • How to Enable: Go to โš™๏ธ Settings -> Toggle Controls, find and switch the "Clean Mode" toggle
๐Ÿ’ก
Clean Mode only affects new creation behavior. Existing recommendation cards won't be affected.

๐Ÿ“ฑ Send to Phone (LAN Instant Transfer)

Don't want to copy-paste URLs manually? Linxy has built-in LAN transfer to quickly share bookmarks between computer and phone:

  1. Make sure your phone and computer are on the same WiFi network
  2. Click the ๐Ÿ“ฑ Send to Phone button at the bottom left
  3. Scan the QR code with WeChat or any QR scanner
  4. Select the bookmark cards you want to send in the plugin
  5. Click "Send" and the URLs will open automatically on your phone
๐Ÿ’ก
This feature works without internet - just the same local network. Transfer speed is extremely fast, perfect for quickly sharing one or multiple URLs.

๐Ÿงน Space Cleaner PRO

A lifesaver for digital hoarders! Click the broom icon at the bottom left to enter Cleaner:

  • Smart Deduplication: Automatically scan the entire database, find accidentally duplicated bookmarks, and merge/clean them with one click.
  • Dead Link Detection: Send high-concurrency probes to check which websites have gone offline (404/502), keeping your knowledge base fresh and clean.

๐Ÿ“‹ Clone & Smart Trash

  • Magic Clone: In any workspace, channel, or folder's โš™๏ธ settings popup, click the ๐Ÿ“‹ Clone button. Instantly create a perfect copy with all data, perfect for backups or reorganization.
  • Smart Trash: Accidentally deleted cards? Click the ๐Ÿ—‘๏ธ Trash icon at the bottom left. It records all deleted cards (up to 100 items) and supports batch restore.
๐Ÿ›ก๏ธ
When you delete an entire "Folder" or "Channel", for data protection, the shell is destroyed but all bookmarks inside are automatically moved to the trash, never lost!

๐ŸŒ P2P LAN Sync (Peer-to-Peer)

Need instant sync between two nearby devices without setting up a cloud server? Linxy Tab supports direct P2P sync via WebRTC:

  • Zero Configuration: Both devices on the same network ? no WebDAV setup needed
  • End-to-End Encrypted: Data is transmitted directly between browsers via encrypted WebRTC channels
  • No Server Dependency: PeerJS signaling servers are used only for initial peer discovery ? your data payload never passes through any server
๐Ÿ’ก
P2P sync is ideal for quickly syncing your home desktop and laptop, or sharing bookmarks with a colleague on the same WiFi.

How to Use

  1. Open โš™๏ธ Settings -> โ˜๏ธ Data Sync Center on both devices
  2. Switch to the P2P tab
  3. One device generates a pairing code; the other enters it
  4. Click Connect ? your data syncs directly, peer-to-peer

? Time Machine Auto-Backup

Linxy Tab automatically protects your data with a 3-tier rotating snapshot system ? no configuration required:

๐Ÿ“… Daily Snapshots

Up to 7 daily backups, rotating. Yesterday's work is always safe.

๐Ÿ“† Weekly Snapshots

Up to 4 weekly backups, rotating. Recover last month's organization.

๐Ÿ“… Monthly Snapshots

Up to 6 monthly backups, rotating. Long-term data safety net.

  • Automatic: Snapshots are created automatically ? no manual action needed
  • Local Only: All snapshots stay in your browser storage, never uploaded
  • One-Click Restore: Open โš™๏ธ Settings -> โ˜๏ธ Data Sync Center -> โฑ๏ธ Time Machine to browse and restore any snapshot
  • Pre-Import Safety: A snapshot is automatically created before any JSON import

๐Ÿ“ค Import & Export โ€” Data Portability

Your data belongs to you. Linxy Tab provides full data portability:

Export

  1. Open โš™๏ธ Settings -> ๐Ÿ“ค Export Data
  2. Choose export scope: All workspaces, or select specific ones
  3. Click Export ? a complete JSON file downloads instantly

Import

  1. Open โš™๏ธ Settings -> ๐Ÿ“ฅ Import Data
  2. Select a previously exported JSON file
  3. Review the preview of what will be imported
  4. Click Import ? your data is restored
๐Ÿ›ก๏ธ
Safety First: Before any import overwrites your current data, a Time Machine snapshot is automatically created. You can always roll back if needed.

Browser Bookmarks Import

Coming from another bookmark manager? Use the Import Browser Bookmarks option to convert your existing Chrome bookmarks into Linxy Tab cards ? processed locally in your browser during import.

๐ŸŽฎ New User Quest โ€” 72-Hour Pro Trial

New users automatically enter a 72-hour onboarding quest that lets you experience Pro features for free:

๐Ÿ’พ Step 1: Save Your First Page

Press Alt + S to quick-save the current page. Unlock your first reward.

๐Ÿ“ Step 2: Create a Folder

Organize your saved pages into a folder. Progress further in the quest.

โœจ Step 3: Try AI Features

Use the AI Auto-Organize feature. Complete the quest and unlock a 72-hour Pro trial!

๐Ÿ’ก
Complete all 3 steps to unlock 72 hours of full Pro access ? including AI features, all Pro cards, and unlimited storage. No credit card required!

๐ŸŒ Multi-Language Support

Linxy Tab speaks your language. The interface is fully translated into 7 languages:

  • ๐Ÿ‡จ๐Ÿ‡ณ ็ฎ€ไฝ“ไธญๆ–‡ (Simplified Chinese)
  • ๐Ÿ‡บ๐Ÿ‡ธ English
  • ๐Ÿ‡ฏ๐Ÿ‡ต ๆ—ฅๆœฌ่ชž (Japanese)
  • ๐Ÿ‡ฐ๐Ÿ‡ท ํ•œ๊ตญ์–ด (Korean)
  • ๐Ÿ‡ช๐Ÿ‡ธ Espaรฑol (Spanish)
  • ๐Ÿ‡ฉ๐Ÿ‡ช Deutsch (German)
  • ๐Ÿ‡ซ๐Ÿ‡ท Franรงais (French)

The Extension automatically matches your browser's language setting. You can also manually switch languages in โš™๏ธ Settings -> Language.

โ“ FAQ & Support

Q: I reinstalled my computer, how do I restore data?

A: Assuming you configured WebDAV sync before. After reinstalling the extension, configure the same cloud account and click โš™๏ธ Settings -> ? Restore from Cloud to instantly restore all your data, settings, and organization!

Q: Does the Lifetime Pro key expire? Will reinstalling the OS reduce my device count?

A: Lifetime keys are valid forever! Reinstalling the OS or browser on the same computer and re-entering the key will NOT reduce your device quota (the system identifies you via hardware fingerprint).

Q: "Plugin not detected" error when importing templates?

A: This usually happens because communication is broken after installing or updating the extension. Just press F5 to hard refresh the page and try importing again.

Q: Encountered a bug or want to collaborate? How can I contact you?

A: We provide 24/7 support:
- Twitter/X: @LinxyTab
- Email: hello@linxytab.com