Tagged articles
4 articles
Page 1 of 1
FunTester
FunTester
Aug 24, 2025 · Frontend Development

How to Build a Powerful Chrome Tab Manager Extension with FunTester

This article details the design and implementation of FunTester, a Chrome extension that provides a sidebar for comprehensive tab management, including domain grouping, theme switching, tab actions, custom right‑click menus, dynamic icons, and real‑time status updates, all illustrated with JavaScript code examples.

Browser UIChrome ExtensionContext Menu
0 likes · 10 min read
How to Build a Powerful Chrome Tab Manager Extension with FunTester
FunTester
FunTester
Aug 6, 2024 · Frontend Development

Reviving the lastTab Chrome Extension: Manifest Configuration and Core Logic

This article details the revival of the lastTab Chrome extension, explaining the manifest v3 setup, background scripts, and event listeners that ensure each window retains at least two tabs, while providing full source code snippets and implementation notes.

Browser AutomationManifest V3Tab Management
0 likes · 12 min read
Reviving the lastTab Chrome Extension: Manifest Configuration and Core Logic
php Courses
php Courses
May 13, 2021 · Operations

Disabling Chrome’s Automatic Tab Discarding and Using the Tab Wrangler Extension

This guide explains how to stop Chrome from automatically discarding inactive tabs by using the built‑in chrome://discards page or the “Disable automatic tab discarding” extension, and how to automatically close idle tabs with the Tab Wrangler extension, including configuration tips and download links.

ChromeTab ManagementWeb Browsing
0 likes · 4 min read
Disabling Chrome’s Automatic Tab Discarding and Using the Tab Wrangler Extension