Tag

Tab Management

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 3, 2024 · Frontend Development

Implementing Download Interception, Search, Tab Management, and Drag‑Drop Features in an Electron‑Based Browser

This article details how to build a lightweight Electron browser by assembling webview components, covering download interception, in‑page search, custom tab handling, address‑bar logic, and draggable desktop icons, with full code examples and implementation notes.

ElectronJavaScriptTab Management
0 likes · 8 min read
Implementing Download Interception, Search, Tab Management, and Drag‑Drop Features in an Electron‑Based Browser
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 AutomationChrome ExtensionJavaScript
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.

ChromeExtensionsTab Management
0 likes · 4 min read
Disabling Chrome’s Automatic Tab Discarding and Using the Tab Wrangler Extension