<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lu xiao</title>
    <description>The latest articles on DEV Community by lu xiao (@lu_xiao_bfa77a98b4b2ad851).</description>
    <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1868352%2F9db689c4-babd-4253-bf2b-b712b399c9ff.png</url>
      <title>DEV Community: lu xiao</title>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lu_xiao_bfa77a98b4b2ad851"/>
    <language>en</language>
    <item>
      <title>Gestify — Gesture Controls for Every Web Video (Chrome, Edge, Firefox + Android)</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Tue, 07 Apr 2026 02:59:46 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/gestify-gesture-controls-for-every-web-video-chrome-edge-firefox-android-1kei</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/gestify-gesture-controls-for-every-web-video-chrome-edge-firefox-android-1kei</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Phone apps like YouTube and TikTok have amazing gesture controls — swipe to seek, hold for speed, double tap to skip. But when you watch videos in a browser? You're stuck clicking a tiny progress bar.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gestify fixes this.&lt;/strong&gt; It adds touch-style gesture controls to every HTML5 video on the web.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Install Gestify and open any video. No setup required — just use gestures directly on the video:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Gesture&lt;/th&gt;
&lt;th&gt;Action&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Swipe left/right&lt;/td&gt;
&lt;td&gt;Seek forward/backward (swipe down to cancel)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Long press&lt;/td&gt;
&lt;td&gt;2× speed boost (release to restore)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Long press + swipe up&lt;/td&gt;
&lt;td&gt;Lock the speed permanently&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Double tap left&lt;/td&gt;
&lt;td&gt;Rewind 10 seconds&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Double tap right&lt;/td&gt;
&lt;td&gt;Fast forward 10 seconds&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Double tap center&lt;/td&gt;
&lt;td&gt;Play/Pause&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vertical swipe (right)&lt;/td&gt;
&lt;td&gt;Volume control&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vertical swipe (left)&lt;/td&gt;
&lt;td&gt;Brightness control&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Alt + mouse wheel&lt;/td&gt;
&lt;td&gt;±5 second seek (PC)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Works Everywhere
&lt;/h2&gt;

&lt;p&gt;YouTube, Netflix, Disney+, Bilibili, Twitch, TikTok, Vimeo, Udemy, Coursera — any website with standard HTML5 &lt;code&gt;&amp;lt;video&amp;gt;&lt;/code&gt;. No per-site setup needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Killer Feature: Android Support
&lt;/h2&gt;

&lt;p&gt;Gestify works on &lt;strong&gt;Android Edge&lt;/strong&gt; and &lt;strong&gt;Android Firefox&lt;/strong&gt; browsers.&lt;/p&gt;

&lt;p&gt;Mobile browsers have zero fullscreen video gesture support. With Gestify installed, your phone browser matches the experience of native video apps — swipe to seek, long press for speed, double tap to skip, slide for volume. All in fullscreen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One browser + Gestify replaces a dozen video apps.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Chrome&lt;/strong&gt;: &lt;a href="https://chromewebstore.google.com/detail/flafiagpkalojknepegoijkceplidoik" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/flafiagpkalojknepegoijkceplidoik&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Edge&lt;/strong&gt;: &lt;a href="https://microsoftedge.microsoft.com/addons/detail/eebahgjlohohfacglhidnfcdaecdkeki" rel="noopener noreferrer"&gt;https://microsoftedge.microsoft.com/addons/detail/eebahgjlohohfacglhidnfcdaecdkeki&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Firefox&lt;/strong&gt;: &lt;a href="https://addons.mozilla.org/firefox/addon/gestify" rel="noopener noreferrer"&gt;https://addons.mozilla.org/firefox/addon/gestify&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Android&lt;/strong&gt;: Search "Gestify" in Edge / Firefox mobile add-on store&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Website: &lt;a href="https://www.rabbitpair.com/products/gestify" rel="noopener noreferrer"&gt;https://www.rabbitpair.com/products/gestify&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>ux</category>
    </item>
    <item>
      <title>VertiTab 3.4.0 Released: AI Browser Assistant - Browser sidebar uses natural language to manage browser tabs.</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Mon, 08 Dec 2025 01:53:44 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-340-released-ai-browser-assistant-browser-sidebar-uses-natural-language-to-manage-1e7c</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-340-released-ai-browser-assistant-browser-sidebar-uses-natural-language-to-manage-1e7c</guid>
      <description>&lt;p&gt;Hi there!&lt;/p&gt;

&lt;p&gt;📢 &lt;strong&gt;Exciting news!&lt;/strong&gt; Our brand new feature - &lt;strong&gt;AI Assistant&lt;/strong&gt; - is now live!&lt;/p&gt;

&lt;p&gt;We've integrated AI capabilities directly into VertiTab, allowing you to manage your browser tabs and interact with web content using natural language.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎬 See AI Assistant in action
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9tagb3a8k98fothojz7z.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9tagb3a8k98fothojz7z.gif" alt=" " width="720" height="455"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://static.rabbitpair.com/public/202512/ai_assistant.mp4" rel="noopener noreferrer"&gt;Watch the 90-second preview video&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  🤖 What is AI Assistant?
&lt;/h3&gt;

&lt;p&gt;AI Assistant is your intelligent browsing companion. It understands your commands in plain language and helps you organize tabs, find information, and automate browser tasks - all through a simple chat interface.&lt;/p&gt;

&lt;h3&gt;
  
  
  Two Powerful Work Modes
&lt;/h3&gt;

&lt;h4&gt;
  
  
  💬 Ask Mode - Chat with Page Content
&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;Ask questions about any webpage.&lt;/strong&gt; Get summaries, explanations, translations, or answers based on the page you're viewing. Select text, pick elements, or share entire pages with AI.&lt;/p&gt;

&lt;h4&gt;
  
  
  🤖 Agent Mode - Control Browser with Natural Language
&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;Command your browser like never before.&lt;/strong&gt; Tell AI to "close duplicate tabs", "group my shopping tabs", "bookmark this page to Work folder", or "find all YouTube tabs" - it just works.&lt;/p&gt;

&lt;h4&gt;
  
  
  🔌 Multiple AI Models Supported
&lt;/h4&gt;

&lt;p&gt;Choose from &lt;strong&gt;OpenAI (compatible)&lt;/strong&gt;, &lt;strong&gt;Google (Gemini)&lt;/strong&gt;, &lt;strong&gt;Claude&lt;/strong&gt;, &lt;strong&gt;Grok&lt;/strong&gt;, &lt;strong&gt;DeepSeek&lt;/strong&gt;, &lt;strong&gt;Qwen&lt;/strong&gt;, and more. Bring your own API key.&lt;/p&gt;

&lt;h4&gt;
  
  
  🎁 Try It Free - No API Key Needed
&lt;/h4&gt;

&lt;p&gt;Some models support &lt;strong&gt;key-free experience&lt;/strong&gt;. Start chatting immediately without any configuration. For unlimited usage, you can configure your own API key. We'll continue expanding key-free support for more models soon.&lt;/p&gt;

&lt;h4&gt;
  
  
  ✨ What Can You Do?
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Summarize articles&lt;/strong&gt; - "Summarize this article in 3 bullet points"&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Organize tabs&lt;/strong&gt; - "Group all my work tabs together"&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Search bookmarks&lt;/strong&gt; - "Find my React tutorial bookmarks"&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Clean up&lt;/strong&gt; - "Close tabs I haven't used in an hour"&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  💰 Pricing Update
&lt;/h4&gt;

&lt;p&gt;We plan to raise subscription prices soon and retire the lifetime purchase to support more models and features. If you're interested in Premium, you can still get it at a discounted price before the end of this month.&lt;/p&gt;

&lt;h3&gt;
  
  
  🚀 Ready to Try AI Assistant?
&lt;/h3&gt;

&lt;p&gt;Update VertiTab now to experience the future of tab management&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chromewebstore.google.com/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;Install VertiTab&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.vertitab.win/ai-assistant/overview" rel="noopener noreferrer"&gt;View Documentation&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  💌 Your Feedback Matters
&lt;/h4&gt;

&lt;p&gt;AI Assistant is a major new feature, and we're excited to hear what you think! If you have suggestions or encounter any issues, please let us know.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/RabbitPair/colorful_sidepanel_tabs_extension/issues" rel="noopener noreferrer"&gt;Submit Feedback on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We believe AI should make browsing &lt;strong&gt;simpler and smarter&lt;/strong&gt;, not more complicated. We hope AI Assistant becomes a valuable tool in your daily workflow.  &lt;/p&gt;

&lt;p&gt;Thank you for your continued support! 🙏&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How I Built Tab Panels to Solve My 100+ Browser Tab Problem</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Tue, 02 Sep 2025 09:37:48 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/how-i-built-tab-panels-to-solve-my-100-browser-tab-problem-1p97</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/how-i-built-tab-panels-to-solve-my-100-browser-tab-problem-1p97</guid>
      <description>&lt;h2&gt;
  
  
  The Developer's Dilemma
&lt;/h2&gt;

&lt;p&gt;As a developer, I constantly juggle multiple projects, research topics, and reference materials. My browser typically holds 40-80 tabs: documentation sites, Stack Overflow threads, GitHub repositories, localhost servers, monitoring dashboards, and the occasional cat video (for stress relief, of course).&lt;/p&gt;

&lt;p&gt;Sound familiar? The traditional browser tab bar becomes completely unusable at this scale.&lt;/p&gt;

&lt;p&gt;I'm the creator of &lt;strong&gt;VertiTab&lt;/strong&gt;, and after months of development, I just launched &lt;strong&gt;Tab Panels&lt;/strong&gt; - a feature that fundamentally changes how we manage browser tabs.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Are Tab Panels?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F45dv5l3io45pbiznrpat.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F45dv5l3io45pbiznrpat.webp" alt="Built-in Panels" width="800" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Think of Tab Panels as virtual workspaces for your browser tabs. Instead of seeing all 50+ tabs at once, you only see the tabs relevant to your current task.&lt;/p&gt;

&lt;p&gt;It's like having multiple desktops, but for browser tabs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three Built-in Panels (Free Forever)
&lt;/h2&gt;

&lt;p&gt;I started with three essential panels that every user needs:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;All Tabs&lt;/strong&gt; - Your traditional view, showing everything&lt;br&gt;
&lt;strong&gt;Active Tabs&lt;/strong&gt; - Only shows non-suspended tabs (goodbye, memory hogs!)&lt;br&gt;
&lt;strong&gt;Recent Tabs&lt;/strong&gt; - Quick access to recently visited pages&lt;/p&gt;

&lt;p&gt;These alone dramatically clean up your browsing experience.&lt;/p&gt;
&lt;h2&gt;
  
  
  Custom Panels: Where It Gets Interesting
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8j5ho0a49hm1pysigwxn.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8j5ho0a49hm1pysigwxn.webp" alt="Create Panel" width="800" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The real power comes with custom panels. Here's how I organize my development workflow:&lt;/p&gt;
&lt;h3&gt;
  
  
  Development Setup
&lt;/h3&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;🔧 Development Panel
├── localhost:3000 (React app)
├── localhost:3001 (API server)
├── Chrome DevTools
└── Hot reload logs

📚 Documentation Panel
├── React docs
├── MDN references
├── API documentation
└── Stack Overflow searches

🔍 Debug Panel
├── Error tracking (Sentry)
├── Performance monitoring
├── Network analysis
└── Console logs
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;h3&gt;
  
  
  Research Mode
&lt;/h3&gt;

&lt;p&gt;When diving into a new technology:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;🧪 Research Panel (Temporary)
├── Official documentation
├── Tutorial articles
├── Code examples
├── Community discussions
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here's the clever part...&lt;/p&gt;

&lt;h2&gt;
  
  
  Smart Auto-Cleanup
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk5le1fxxi575a0q06123.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk5le1fxxi575a0q06123.webp" alt="Auto Close Temp Panel" width="760" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Temporary Panels&lt;/strong&gt; automatically delete themselves when you close all tabs inside them. Perfect for research sessions or debugging workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Favorite Panels&lt;/strong&gt; persist and can even restore saved URLs - great for recreating your entire development environment.&lt;/p&gt;

&lt;p&gt;This matches exactly how we work: create temporary context → use it → discard it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Flexible Layout System
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc3naccj3n9z02r1tmhow.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc3naccj3n9z02r1tmhow.webp" alt="Move Panel Side" width="800" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Panels can be positioned left or right of your tab list&lt;/li&gt;
&lt;li&gt;Custom icons and colors for visual organization&lt;/li&gt;
&lt;li&gt;Hide empty panels to keep things clean&lt;/li&gt;
&lt;li&gt;Drag-and-drop tab management&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Real-World Impact
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Before Tab Panels
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;60+ tabs mixed together&lt;/li&gt;
&lt;li&gt;15+ seconds to find the right documentation&lt;/li&gt;
&lt;li&gt;Constant context switching between work and personal tabs&lt;/li&gt;
&lt;li&gt;Browser performance issues&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  After Tab Panels
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Work Panel&lt;/strong&gt;: 8 tabs (project-specific)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learning Panel&lt;/strong&gt;: 6 tabs (current tutorial series)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tools Panel&lt;/strong&gt;: 4 tabs (monitoring and debugging)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Temp Research&lt;/strong&gt;: 3 tabs (auto-deletes when done)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Finding what I need: ~3 seconds&lt;br&gt;
Context switching: Nearly eliminated&lt;br&gt;
Browser performance: Significantly improved&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Works Better Than Bookmarks
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Dynamic Context&lt;/strong&gt;: Shows only what's relevant now&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automatic Cleanup&lt;/strong&gt;: No manual folder maintenance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Visual Organization&lt;/strong&gt;: Icons and colors provide instant recognition&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-Session Persistence&lt;/strong&gt;: Favorite panels restore entire workflows&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Technical Implementation
&lt;/h2&gt;

&lt;p&gt;Built as a Chrome extension using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Manifest V3 for future compatibility&lt;/li&gt;
&lt;li&gt;Chrome Storage API for cross-device sync&lt;/li&gt;
&lt;li&gt;Native drag-and-drop APIs&lt;/li&gt;
&lt;li&gt;Virtual scrolling for performance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The extension respects browser permissions and privacy - no data leaves your device unless you enable sync.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Free Version&lt;/strong&gt;: Includes 3 built-in panels&lt;br&gt;
&lt;strong&gt;Premium Version&lt;/strong&gt;: Unlimited custom panels&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Install&lt;/strong&gt;: &lt;a href="https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Documentation&lt;/strong&gt;: &lt;a href="https://www.vertitab.win/introduction" rel="noopener noreferrer"&gt;User Guide&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Developer Feedback
&lt;/h2&gt;

&lt;p&gt;Since launching, I've received feedback from developers worldwide:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Finally! This is exactly what I needed for managing my microservices documentation." - Frontend Developer&lt;/p&gt;

&lt;p&gt;"The temporary panels feature is genius. Perfect for research sprints." - Full-stack Developer&lt;/p&gt;

&lt;p&gt;"Game changer for API development. I can keep all related endpoints organized." - Backend Developer&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'm working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Team collaboration features (share panel configurations)&lt;/li&gt;
&lt;li&gt;Enhanced keyboard shortcuts&lt;/li&gt;
&lt;li&gt;Integration with popular developer tools&lt;/li&gt;
&lt;li&gt;Mobile browser support&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;If you regularly work with 20+ tabs, Tab Panels will change how you browse and develop. It's like going from a cluttered desk to having organized drawers for everything.&lt;/p&gt;

&lt;p&gt;The free version covers most use cases, but the premium features unlock powerful workflow optimizations for heavy users.&lt;/p&gt;

&lt;p&gt;Try it out and let me know what you think! I'm always looking for feedback to improve the developer experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's your current tab management strategy? How many tabs do you typically have open?&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I built VertiTab to solve my own productivity problems. Tab Panels represent the biggest leap forward we've made in browser tab management.&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  productivity #browserextension #webdev #tooling
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>VertiTab 2.19.0 Update: A Few New Features and Tweaks</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Mon, 09 Jun 2025 14:01:40 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-2190-update-a-few-new-features-and-tweaks-1m75</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-2190-update-a-few-new-features-and-tweaks-1m75</guid>
      <description>&lt;p&gt;Hey everyone! I’m excited to share that &lt;strong&gt;VertiTab 2.19.0&lt;/strong&gt; is now live with some cool updates that I think you’ll enjoy. Here’s what’s new:&lt;/p&gt;

&lt;h3&gt;
  
  
  New Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Middle Click to Close Tabs&lt;/strong&gt;: You can now close tabs with a middle mouse click.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Double Click to Close Tabs&lt;/strong&gt;: Want to close tabs with a double-click? Now you can, with a slight 300ms activation delay.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Color Dots Instead of Icons&lt;/strong&gt;: Replaced tab icons with color dots based on the website URL. It’s a fun little change that adds a nice touch. &lt;a href="https://static.rabbitpair.com/public/20250607/TabUseColorDots.gif" rel="noopener noreferrer"&gt;View Demo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Return to Last Accessed Tab&lt;/strong&gt;: When you close a tab, you’ll now go back to the last tab you accessed, instead of the adjacent one.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pinned Tab Sync Across Windows&lt;/strong&gt;: Pinned tabs now sync across all browser windows, so you’ll always have them handy.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scheduled Tasks for Tabs&lt;/strong&gt;: Now you can schedule tabs to refresh, sleep, or close at specific times. &lt;a href="https://static.rabbitpair.com/public/20250607/TabScheduled%20Task.gif" rel="noopener noreferrer"&gt;View Demo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customizable Link Opening Methods&lt;/strong&gt;: For those who want more control, you can now set default opening methods for links (like new tab, popup, incognito, etc.). Free users can also access it via right-click. &lt;a href="https://static.rabbitpair.com/public/20250607/LinkOpenWith.gif" rel="noopener noreferrer"&gt;View Demo&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Bookmark Management Improvements (Premium Feature):
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;More ways to customize bookmarks visually and layout-wise.&lt;/li&gt;
&lt;li&gt;Added new shortcuts for managing tab groups—making it a lot easier to organize and control them.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Other Changes:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Simplified video finder with &lt;strong&gt;Shadow DOM&lt;/strong&gt; support.&lt;/li&gt;
&lt;li&gt;Optimized how tabs are displayed when there are more than 5 tabs open.&lt;/li&gt;
&lt;li&gt;Minor UI and snapshot handling fixes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you haven’t tried VertiTab yet or just want the latest version, feel free to grab it from the link below!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chromewebstore.google.com/detail/vertitab-vertical-tabs-in/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;Download VertiTab from Chrome Web Store&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>extensions</category>
      <category>javascript</category>
      <category>productivity</category>
    </item>
    <item>
      <title># VertiTab 2.16.0 Update: Real-time Monitoring of Web Content, Never Miss Important Updates!</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Mon, 10 Feb 2025 13:44:18 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/-vertitab-2160-update-real-time-monitoring-of-web-content-never-miss-important-updates-2bp9</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/-vertitab-2160-update-real-time-monitoring-of-web-content-never-miss-important-updates-2bp9</guid>
      <description>&lt;h2&gt;
  
  
  New Feature: Tab Lens
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What is "Tab Lens"?
&lt;/h3&gt;

&lt;p&gt;"Tab Lens" is a new feature that automatically extracts important content from web pages and displays it both in the tab title and the sidebar. This ensures you can easily monitor important updates without switching between tabs, making multitasking more efficient.&lt;/p&gt;

&lt;p&gt;Key features include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Automatic Content Capture&lt;/strong&gt;: Automatically extracts key information from a webpage (such as prices, stock availability, notification counts, etc.) and displays it in the tab title and sidebar.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart Content Extraction&lt;/strong&gt;: Extracts crucial elements from the page and updates the tab and sidebar in real-time.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time Updates&lt;/strong&gt;: Information in the sidebar is updated automatically to reflect the latest changes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Focus Mode&lt;/strong&gt;: Highlights important tabs, helping you stay focused without being distracted by other tabs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexible URL Rules&lt;/strong&gt;: Automatically applies settings based on specific URL rules (exact match, partial match, regular expression matching, etc.).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customizable Visual Styles&lt;/strong&gt;: Allows you to customize the display style, making key information stand out more.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multiple Display Modes&lt;/strong&gt;: Supports various display styles like titles, tags, and subtitles for flexibility.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Max Length and Content Separators&lt;/strong&gt;: Customize the length of tab titles and organize content for better readability.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Persistent Settings&lt;/strong&gt;: Saves site-specific settings, ensuring they are applied the next time you visit.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Use Cases&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;E-commerce&lt;/strong&gt;: Real-time tracking of prices and stock levels.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Social Media&lt;/strong&gt;: Manage unread messages and notifications.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Project Management&lt;/strong&gt;: Track task progress and deadlines.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Finance&lt;/strong&gt;: Monitor stock prices and portfolio changes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo Video
&lt;/h2&gt;

&lt;p&gt;We’ve created a demo video showcasing how the "Tab Lens" feature works in practice. Click the link below to watch and see how it can help you efficiently manage and monitor web content:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://static.rabbitpair.com/public/20250207/Video_2025-02-07_220415.mp4" rel="noopener noreferrer"&gt;Watch the Demo Video&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Improvements to Chrome Tab Grouping
&lt;/h2&gt;

&lt;p&gt;A new option, "Use the title of the first tab as the group name," makes tab grouping more intuitive and easier to manage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Improvements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Updated premium feature prompts to encourage user login instead of showing a "premium required" message.&lt;/li&gt;
&lt;li&gt;Optimized the tab tree structure for better parent-child relationship handling.&lt;/li&gt;
&lt;li&gt;Enhanced animation controls and performance settings for a smoother experience.&lt;/li&gt;
&lt;li&gt;Updated login button text to be clearer and more user-friendly.&lt;/li&gt;
&lt;li&gt;Improved tab grouping logic to strengthen parent-child management.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Bug Fixes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Fixed issues with tab opener relationships during tree grouping operations.&lt;/li&gt;
&lt;li&gt;Corrected color contrast calculations to improve text readability.&lt;/li&gt;
&lt;li&gt;Fixed UI component behavior and styling issues across various elements.&lt;/li&gt;
&lt;li&gt;Resolved tab switching problems in pop-up windows in certain browsers.&lt;/li&gt;
&lt;li&gt;Improved error handling for runtime messages.&lt;/li&gt;
&lt;li&gt;Strengthened tab title handling and color management.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;p&gt;If you haven't installed VertiTab yet, you can do so from the link below:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chromewebstore.google.com/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;Install VertiTab&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The new version 2.16.0 of VertiTab brings enhanced tab management functionality, allowing you to monitor web content in real-time from the sidebar and easily keep track of important updates. Update now to experience the new features and improve your workflow efficiency!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>productivity</category>
      <category>blockchain</category>
    </item>
    <item>
      <title>🎉 VertiTab 2.15.0 Update</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Tue, 21 Jan 2025 09:34:58 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-2150-update-1f63</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-2150-update-1f63</guid>
      <description>&lt;p&gt;VertiTab 2.15.0 is now available! This update brings multiple practical features to make your browser tab management more efficient:&lt;/p&gt;

&lt;h2&gt;
  
  
  Core Feature Updates
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Tree-Style Tab Management
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Easily organize tab hierarchy through drag and drop&lt;/li&gt;
&lt;li&gt;Clear parent-child tab structure, one-click expand/collapse&lt;/li&gt;
&lt;li&gt;Support cross-group drag and drop for easy tab organization&lt;/li&gt;
&lt;li&gt;Hover menu provides quick actions, improving organization efficiency&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzt4pthg2trls7o64u8p7.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzt4pthg2trls7o64u8p7.gif" alt="group tabs as tree" width="535" height="892"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  New Tab Snapshot System
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Save current workspace with one click, quickly switch between different work environments in the sidebar&lt;/li&gt;
&lt;li&gt;Restore by snapshot, window, or group&lt;/li&gt;
&lt;li&gt;Open in new window or replace current window&lt;/li&gt;
&lt;li&gt;Smart snapshot management:

&lt;ul&gt;
&lt;li&gt;Automatically save important tab changes&lt;/li&gt;
&lt;li&gt;Support snapshot encryption for privacy protection&lt;/li&gt;
&lt;li&gt;Search, filter, and sort snapshots for quick access&lt;/li&gt;
&lt;li&gt;Support snapshot import/export for easy migration&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhoz078jc70xjyi243m5d.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhoz078jc70xjyi243m5d.gif" alt="snapshot restore" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Multiple Selection &amp;amp; Batch Operations
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Multiple selection methods: box selection, Shift/Ctrl selection&lt;/li&gt;
&lt;li&gt;Support batch move, close, export, and other operations&lt;/li&gt;
&lt;li&gt;Keyboard shortcut support for efficient operation&lt;/li&gt;
&lt;li&gt;Selection count indicator for clear operation feedback&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fldcivhn25g9iapd0cinx.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fldcivhn25g9iapd0cinx.gif" alt="tabs selection" width="545" height="1072"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  New Visual Experience
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Frosted glass effect brings modern minimalist visual experience&lt;/li&gt;
&lt;li&gt;Adjustable background blur for personalized style&lt;/li&gt;
&lt;li&gt;Optimized icons and group styles for a cleaner interface&lt;/li&gt;
&lt;li&gt;Option to hide tab icons for a more concise interface&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvv8xuf0g6465c5lkdb27.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvv8xuf0g6465c5lkdb27.gif" alt="themes" width="553" height="1288"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Performance Optimization
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Optimized performance for scenarios with numerous tabs&lt;/li&gt;
&lt;li&gt;Enhanced smoothness of drag and switch operations&lt;/li&gt;
&lt;li&gt;Improved operation feedback for better user experience
Get the New Version
&lt;a href="https://chromewebstore.google.com/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you already have VertiTab installed, your browser will automatically update to the latest version. If you previously uninstalled VertiTab, we welcome you to reinstall and experience the new version through the link above.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>VertiTab - Vertical Tabs in Side Panel v2.14.0 released</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Sat, 14 Dec 2024 10:02:32 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-vertical-tabs-in-side-panel-v2140-released-j76</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-vertical-tabs-in-side-panel-v2140-released-j76</guid>
      <description>&lt;p&gt;Hello everyone, VertiTab has been updated to v2.14.0&lt;/p&gt;

&lt;p&gt;Welcome to the best sidebar tab management extension for Chrome browser&lt;/p&gt;

&lt;p&gt;The installation address is here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Added
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🪄 Added AI Smart Grouping&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwm3a7ys8yz7us3bop7tx.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwm3a7ys8yz7us3bop7tx.gif" alt="AI Grouping" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Added recently accessed tabs feature, displaying the last 5 accessed tabs, shortcut key "r", or add quick navigation in the bottom navigation&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fahfawdcyu1ont8irnto0.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fahfawdcyu1ont8irnto0.gif" alt=" recently accessed tabs " width="1815" height="993"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Added quick switch tab shortcut, input a number within 1 second to switch to the corresponding numbered tab&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foe4scyytlf515p9sqdoo.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foe4scyytlf515p9sqdoo.gif" alt=" quick switch tab " width="800" height="437"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Tree-style tab menu options added:

&lt;ul&gt;
&lt;li&gt;Show icons on hover, when enabled, icons are displayed when hovering over tree nodes&lt;/li&gt;
&lt;li&gt;Custom adjustment for list height and left indentation&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Group background color transparency adjustment&lt;/li&gt;

&lt;li&gt;Multi-select tabs with Shift key, added right-click menu

&lt;ul&gt;
&lt;li&gt;Copy link&lt;/li&gt;
&lt;li&gt;Copy title&lt;/li&gt;
&lt;li&gt;Copy as markdown (title and link)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  Changed
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Optimized advanced picture-in-picture

&lt;ul&gt;
&lt;li&gt;Default enabled when subtitles are supported&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Auto snapshots, up to 20 auto snapshots for premium version, up to 5 for free version&lt;/li&gt;

&lt;li&gt;Custom menu added "Expand All Menus"&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  Fixed
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed issue where the page would automatically scroll down after switching&lt;/li&gt;
&lt;li&gt;Fixed issue where the premium expiration popup was still displayed after logging in as a premium user (functionality not affected)&lt;/li&gt;
&lt;li&gt;Optimized advanced picture-in-picture, fixed Disney+ subtitles not displaying correctly&lt;/li&gt;
&lt;/ul&gt;




</description>
    </item>
    <item>
      <title>Major Update! VertiTab introduces Cloud Sync, Tree-Style Tabs, and Auto-Snapshot</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Wed, 27 Nov 2024 13:27:16 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/major-update-vertitab-introduces-cloud-sync-tree-style-tabs-and-auto-snapshot-449</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/major-update-vertitab-introduces-cloud-sync-tree-style-tabs-and-auto-snapshot-449</guid>
      <description>&lt;p&gt;In this update, VertiTab brings several major new features designed to solve the frustrating problem of tab loss and cluttered tab management, while enhancing the efficiency and convenience of your browsing experience. Whether you are a multi-device user or a single-device user, the new Cloud Sync feature will help you keep all your tabs, groups, and windows synchronized across devices. Additionally, the introduction of Tree-Style Tabs will help you organize your tabs more clearly and efficiently.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;1. Cloud Sync: No More Tab Loss!&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Losing tabs can be incredibly frustrating, especially when a system crash or browser failure causes your working tabs to disappear in an instant. Now, VertiTab’s new Cloud Sync feature solves this problem!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why should you enable Cloud Sync?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Seamless Sync Across Devices&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Whether you’re working on one device or multiple, Cloud Sync will sync all your tabs, tab groups, windows, and browser settings with a single click. Your data will automatically stay consistent across all devices for a smoother browsing experience.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data Protection for Single-Device Users&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Even if you only use one device, enabling Cloud Sync is still very valuable. When a system crash, browser failure, or reinstallation occurs, Cloud Sync will help you quickly restore all your tabs and settings without the hassle of reconfiguring everything.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Security and Privacy Protection&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
We use industry-leading AES-GCM local encryption to ensure that your data is encrypted before it is uploaded to the cloud. All data transfers and storage are securely protected, so you can use VertiTab with peace of mind, knowing your privacy is safe.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;2. Tree-Style Tabs: More Efficient Tab Management!&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Managing tabs is never easy, especially when you have a lot of them open at once. Now, VertiTab introduces &lt;strong&gt;Tree-Style Tabs&lt;/strong&gt;, which organizes your tabs in a tree structure based on parent-child relationships, making your tab management clearer and more efficient.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why are Tree-Style Tabs more efficient?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Clearer Tab Structure&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
With the tree structure, you can easily view and manage the hierarchy of your tabs, avoiding the chaos of a traditional tab bar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Boosts Productivity&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Tree-Style Tabs help you find the tabs you need more quickly and organize them into related groups, making your work more efficient.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;3. Auto-Snapshot: Double Protection for Your Data!&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Whether it’s a browser crash or a sudden system shutdown, losing tabs and work windows is always frustrating. To prevent this, VertiTab introduces the &lt;strong&gt;Auto-Snapshot&lt;/strong&gt; feature. It automatically saves your most recent tab states to protect your progress.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How does Auto-Snapshot protect your data?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Real-Time Tab State Saving&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Whenever you close a tab or make any changes, VertiTab automatically saves your tab states. If something goes wrong, it can quickly restore your tabs to their latest state to prevent loss.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Double Protection with Cloud Sync &amp;amp; Snapshots&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Combining Cloud Sync and Auto-Snapshot ensures that even if your system crashes or you reinstall your browser, your tabs and work states can be quickly restored.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;This update makes tab management smarter and more efficient, while also improving data protection to solve some of the biggest pain points users face. Download the latest version now for more stable and secure tab management!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chromewebstore.google.com/detail/vertitab-vertical-tabs-in/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;Try VertiTab now&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;If you have any questions or suggestions, feel free to reach out. We hope this update will improve your experience!&lt;/p&gt;




</description>
      <category>nextjs</category>
      <category>react</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>VertiTab - Vertical Tabs in Side Panel v2.10.0</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Mon, 07 Oct 2024 16:01:34 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-vertical-tabs-in-side-panel-v2100-haf</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-vertical-tabs-in-side-panel-v2100-haf</guid>
      <description>&lt;p&gt;Hello everyone, VertiTab has been updated to v2.10.0&lt;/p&gt;

&lt;p&gt;Welcome to the best sidebar tab management extension for Chrome browser&lt;/p&gt;

&lt;p&gt;The installation address is here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Added
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Document Picture-in-Picture&lt;/strong&gt;: Introducing Advanced Picture-in-Picture, available for free trial before the official release of the extension's premium version. When enabled, it takes precedence over the standard Picture-in-Picture. If the current page does not support it, the standard mode will be used. Advanced Picture-in-Picture features a custom video player with functionalities such as:

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Play/Pause video&lt;/strong&gt; (Space or K)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Adjust volume&lt;/strong&gt; (Up/Down Arrow)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mute/Unmute video&lt;/strong&gt; (M)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast forward/Rewind video&lt;/strong&gt; (Left/Right Arrow or Mouse Wheel)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast forward/Rewind video 5 seconds&lt;/strong&gt; (Left/Right Arrow)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast forward/Rewind video 10 seconds&lt;/strong&gt; (J/L)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Play the next video&lt;/strong&gt; (Shift + N)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Play the previous video&lt;/strong&gt; (Shift + P)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Display subtitles&lt;/strong&gt; (supported on some websites like youtube.com, vimeo.com, tver.jp, etc.) (C)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Display barrage&lt;/strong&gt; (supported on some websites like nicovideo.jp, bilibili.com, etc.) (D)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exit Picture-in-Picture&lt;/strong&gt; (Esc)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Toggle hide/show video and play/pause&lt;/strong&gt; (Q)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Toggle fullscreen&lt;/strong&gt; (F)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Adjust playback speed&lt;/strong&gt; ( &amp;gt; or &amp;lt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Seek to start/end of video&lt;/strong&gt; (Home/End)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Seek to percentage of video&lt;/strong&gt; (0-9)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Adjust window to fit video size&lt;/strong&gt; (W)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Toggle Picture-in-Picture from main page&lt;/strong&gt; (Alt + P)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;If the websites you frequently visit support subtitles or barrage, you can submit an &lt;a href="https://github.com/RabbitPair/colorful_sidepanel_tabs_extension/issues/new?assignees=&amp;amp;labels=&amp;amp;projects=&amp;amp;template=Advanced-Picture-in-Picture.md&amp;amp;title=" rel="noopener noreferrer"&gt;issue: Advanced Picture-in-Picture&lt;/a&gt;, and we will adapt it as soon as possible. Please note that some websites may have regional restrictions, requiring additional information.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Shortcut for Picture-in-Picture&lt;/strong&gt;: A new keyboard shortcut Alt+P has been added to quickly toggle Picture-in-Picture mode. This allows users to easily switch videos to Picture-in-Picture view without using the mouse, enhancing productivity and multitasking capabilities.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Switch Picture-in-Picture in Bottom Navigation Bar&lt;/strong&gt;: You can now add a Picture-in-Picture toggle option to the bottom navigation bar. This can be configured in the appearance settings under "Show bottom navigation bar" - "Configure".&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sort Tabs by URL&lt;/strong&gt;: A new menu option "Sort Tabs by URL" has been added to the "More" menu.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tab Group Collapse Behavior&lt;/strong&gt;: A new option "Tab Group Collapse Behavior" has been added to the "Advanced Tab Group" menu. You can modify the behavior of tab group collapsing in the browser. The options include: 'Show current group and collapse other groups', 'Expand all groups', and 'Use browser default settings'.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Site Settings&lt;/strong&gt;: Three new options have been added to the site settings:

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Picture-in-Picture Restriction Action&lt;/strong&gt;: Configure the action for Picture-in-Picture restrictions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-enter Picture-in-Picture&lt;/strong&gt;: Automatically enter Picture-in-Picture mode when a video is present upon entering the page.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Caption Settings&lt;/strong&gt;: Configure the CSS selectors for the caption element and its parent on the page.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Changed
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;When the side panel tab is not open, if "Picture-in-Picture on Tab Switch" is enabled (enabled by default), it will automatically enter Picture-in-Picture mode (Important reminder: User interaction is required, such as clicking on the page playing the video to activate user interaction).&lt;/li&gt;
&lt;li&gt;When closing the page sidebar, it is now removed instead of hidden. It will reappear only after refreshing the page.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Fixed
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed the issue where the Quick Access list did not handle multiple URLs.&lt;/li&gt;
&lt;/ul&gt;




</description>
    </item>
    <item>
      <title>VertiTab - Vertical Tabs in Side Panel v2.9.0</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Mon, 16 Sep 2024 15:20:06 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-vertical-tabs-in-side-panel-v290-4a90</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-vertical-tabs-in-side-panel-v290-4a90</guid>
      <description>&lt;p&gt;Hello everyone, VertiTab has been updated to v2.9.0&lt;/p&gt;

&lt;p&gt;Welcome to the best sidebar tab management extension for Chrome browser&lt;/p&gt;

&lt;p&gt;The installation address is here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Added &lt;strong&gt;Clear Tabs&lt;/strong&gt;: Save a snapshot and close all tabs except the active one. Restore them from recently closed tabs or snapshots.&lt;/li&gt;
&lt;li&gt;Added &lt;strong&gt;Auto Activate Tab Grouping&lt;/strong&gt;: Automatically create a new group when opening a new tab. Subsequent tabs opened from this tab will join the group.&lt;/li&gt;
&lt;li&gt;Added &lt;strong&gt;List Vertical Spacing&lt;/strong&gt;: New option in Advanced Tab Group settings to adjust vertical spacing for list items.&lt;/li&gt;
&lt;li&gt;Added &lt;strong&gt;Add Multiple URLs to Quick Access&lt;/strong&gt;: Allows adding groups and selecting multiple tabs to save to Quick Access.&lt;/li&gt;
&lt;li&gt;Added &lt;strong&gt;Quick Access Item Spacing&lt;/strong&gt;: Set vertical/horizontal spacing for Quick Access items in the options page.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Welcome to download and experience&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>react</category>
      <category>productivity</category>
      <category>news</category>
    </item>
    <item>
      <title>VertiTab - Vertical Tabs in Side Panel v2.8.0</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Sat, 14 Sep 2024 16:35:59 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-vertical-tabs-in-side-panel-v280-5dl</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/vertitab-vertical-tabs-in-side-panel-v280-5dl</guid>
      <description>&lt;p&gt;Hello everyone, VertiTab has been updated to v2.8.0&lt;/p&gt;

&lt;p&gt;Welcome to the best sidebar tab management extension for Chrome browser&lt;/p&gt;

&lt;p&gt;The installation address is here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;https://chrome.google.com/webstore/detail/chejfhdknideagdnddjpgamkchefjhoi&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Added
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Added &lt;strong&gt;Tab History&lt;/strong&gt;: Now you can easily see which websites have been opened under the same tab. Left-click to open the website in the current tab, middle-click or Ctrl+left-click to open the website in a new tab. For more details, please check the options page.&lt;/li&gt;
&lt;li&gt;Added &lt;strong&gt;Custom group names&lt;/strong&gt;: In the options page - Advanced Tab Group,You can add some pre-defined groups here, so you can quickly select them when you need to add tabs to a group. We have already preset some group names, which you can modify or delete according to your needs.&lt;/li&gt;
&lt;li&gt;Added &lt;strong&gt;Use bookmark folder name as group name&lt;/strong&gt;: In the options page - Advanced Tab Group, a new option has been added. If the opened website is a bookmark, it will be automatically added to the group, and the group name will use the bookmark directory name.&lt;/li&gt;
&lt;li&gt;Added &lt;strong&gt;Tab Index&lt;/strong&gt;: In the options page,When enabled, the tab index will be displayed next to the title, making it easy to active tab using [Ctrl+number] on Windows or [cmd+number] on Mac. Example: 1. stackoverflow.com 2. youtube, so that it's easy to do Ctrl + 2 on Windows or cmd + 2 on Mac to go to youtube&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Optimized site settings&lt;/strong&gt;: Improved the option to set Background color and Font color for sites.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Changed
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;When checking bookmarks, allow updating redirected URLs. If the URL is not accessible, display error codes: Successful responses (200 – 299), Redirection messages (300 – 399), Client error responses (400 – 499), Server error responses (500 – 599). For more details, please see: &lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status" rel="noopener noreferrer"&gt;https://developer.mozilla.org/en-US/docs/Web/HTTP/Status&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Fixed
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed the issue where the bookmark modification popup did not disappear&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>The Latest Features in VertiTab - Side Panel Vertical Tabs</title>
      <dc:creator>lu xiao</dc:creator>
      <pubDate>Sun, 08 Sep 2024 15:11:42 +0000</pubDate>
      <link>https://dev.to/lu_xiao_bfa77a98b4b2ad851/the-latest-features-in-vertitab-side-panel-vertical-tabs-1ij3</link>
      <guid>https://dev.to/lu_xiao_bfa77a98b4b2ad851/the-latest-features-in-vertitab-side-panel-vertical-tabs-1ij3</guid>
      <description>&lt;p&gt;We are excited to announce a series of new features and improvements in the latest updates of VertiTab - Side Panel Vertical Tabs. Our team has been working hard to enhance your browsing experience with powerful tools and functionalities.&lt;/p&gt;

&lt;p&gt;You can check it out here:&lt;a href="https://chromewebstore.google.com/detail/chejfhdknideagdnddjpgamkchefjhoi" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/chejfhdknideagdnddjpgamkchefjhoi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here’s a detailed look at what’s new:&lt;/p&gt;

&lt;h2&gt;
  
  
  Recently Upgraded Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Bookmark Management
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Full-featured Bookmark Management&lt;/strong&gt;: Organize and access your bookmarks efficiently with our new bookmark management functionality.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tab Navigation Enhancements
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tab Navigation Bar&lt;/strong&gt;: A new side panel displaying tabs, bookmarks, history, recently closed tabs, reading list, and quick access.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Add Tab to Group Menu&lt;/strong&gt;: Easily add tabs to a new or existing group for better organization.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tab Menu Zoom&lt;/strong&gt;: Adjust the zoom level in the tab menu from 1% to 1000% for better visibility and control.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Customization Options
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Upload Background Image&lt;/strong&gt;: Customize your background by uploading an image from your local device.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom Background Color&lt;/strong&gt;: Choose custom background colors or generate beautiful gradients.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Sidebar and Snapshot Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sidebar On Pages&lt;/strong&gt;: Inject a sidebar into web pages for managing tabs without opening the browser sidebar. Ideal for users with smaller screen resolutions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automatic Snapshot Saving&lt;/strong&gt;: Save window, group, and tab snapshots automatically. Restore the last saved window and tab information after restarting the browser.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Snapshots&lt;/strong&gt;: Save browser tab snapshots with one click and restore them later. Save up to 50 snapshots.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Enhanced Navigation and Performance
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Enhanced Bottom Navigation Bar&lt;/strong&gt;: Access bookmarks, history, recently closed tabs, reading list, quick access, open new tab, create snapshot, search, collapse groups, and more from the bottom navigation bar.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Drag-and-Drop Sorting&lt;/strong&gt;: Sort tabs and groups with drag-and-drop functionality, and sync with Chrome.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sync Group Expansion State&lt;/strong&gt;: Keep your group expansion state synchronized with Chrome.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keep Tab Active&lt;/strong&gt;: Prevent tabs from being automatically discarded with the new "Keep Tab Active" option.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Search and Highlighting
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Search Keyword Highlighting&lt;/strong&gt;: Highlight search keywords for quick reference.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Premium Edition
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Premium Edition Reservation&lt;/strong&gt;: Reserve your spot for the upcoming Premium Edition with exclusive features.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;These updates bring a wealth of new features to enhance your browsing experience with VertiTab. We hope you enjoy these improvements and look forward to your feedback. Stay tuned for more exciting updates!&lt;/p&gt;

&lt;p&gt;Happy browsing!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>productivity</category>
      <category>extensions</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
