hbibkneihllndcjnlnkopcecndcjldfd
View, save, and update tab info, cookie, and localStorage via the toolbar popup. Copy Tab is an extension that lets you easily view, copy, save, and update tab Info, Cookie, and localStorage from the toolbar popup. To work with this addon, please open the interface and then press the Info, Cookie, or localStorage button at the top. To save the current data to a text file (.txt), please press the - Down - arrow, and to update the tab with current data, press the - UP - arrow buttons at the top toolbar. The extension interface supports dark mode. To switch the interface theme to dark, please press the moon icon on the top-right toolbar. For tab info, you can edit URL, muted, active, and pinned properties. For tab cookie and localStorage, you can change anything, but please make sure the data structure remains valid otherwise it cannot be applied to the page. Once you change any data, please press the - UP - arrow button for each category (Info, Cookie, or localStorage) separately to update the active tab based on the new data. The active tab will be reloaded after the update is completed. To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/copy-tab.html).
Format Link
Format a link and copy it to the clipboard. ## Why do I need it? To format the link of the active tab instantly to use in Markdown, reST, HTML, Text, Textile or other formats. ## How to use You can use keyboard shortcuts, context menus, or the toolbar button of Format Link extension to copy a link in the specified format. Before doing that, you can optionally select some text which may or may not contain a link. ### keyboard shortcut The keyboard shortcut for "Copy a link in the default format" is shortcut for clicking the toolbar button. The link is copied in the default format and the popup is shown under the toolbar button. Also there are shortcuts for copying in the link in the corresponding format regardless of the default format. You can change shortcuts at chrome://extensions/shortcuts ### context menu Open the context menu and select the "Format Link as XXX" menu item. "XXX" in the menu item label changes as you change the default format by clicking the "Set as default" button in the popup page for the toolbar button. If you check the "Create submenus" in the options page and save the options, submenus for each format are created under the "Format Link" context menu group. ### toolbar button When you press the toolbar button of "Format Link", the link is copied in the default format, the popup page becomes open, and the formatted text is shown in the text area. If you want to copy the link in different format, you can press one of the radio buttons. Also if you want to change the default format, you can press the "Set as default" button. ## Flexible settings You can modify formats in [Tools] -> [Extensions] -> Clik "Options" link in "Format Link" Extension. In format settings, you can use the mini template language. * {{variable}} * variable = title / url / pageUrl / text * The value of variable `title` is the HTML page title. * The value of variable `text` is the selected text if some text is selected, the link text if you open the context menu over a link (see KNOWN LIMITATION below for link text), or the page URL if no text is selected and you open the context menu not over a link. * The value of variable `selectedText` is * the selected text if some text is selected, * empty string if no text is selected. * The value of the variable `url` is the link if you open the context menu over a link, the first link if selection contains a link, or the HTML page URL otherwise. * The value of the variable `pageUrl` is always the page URL. * No spaces are allowed between variable name and braces. * {{variable.s("foo","bar")}} * Which means `variable.replace(new RegExp("foo", 'g'), "bar")` * You can use escape character \ in strings. * You must escape the first argument for string and regexp. For example, `.s("\\[","\\[")` means replacing `\[` with `\\[` * You can chain multiple .s("foo","bar") * {{variable.urlencode()}} * Which means `encodeURIComponent(variable)` * You can use the escape character \ in strings. For example, you need to escape `\` with `\` like `\\`, and also you need to escape `{` with `\` like `\{`. See the LaTeX example below. * Other characters are treated as literal strings. * HTML with selected text ## Permissions required by this extension * To use this extension, the following two permissions are required: * "Read and change all your data on all websites" * This permission is needed for this extension to run the ["content script"](https://developer.chrome.com/docs/extensions/develop/concepts/content-scripts?hl=en) into the content of pages you visit in order to get the page title, the selected text, the page URL, or the link URL. * "Modify data you copy and paste" * This permission is needed to copy a URL and a text to the clipboard. For technical details, see the following pages: * [Declare permissions](https://developer.chrome.com/docs/extensions/develop/concepts/declare-permissions?hl=en) * ["content_scripts.matches"](https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns?hl=en) * This extension uses `""`. * [Permissions](https://developer.chrome.com/docs/extensions/reference/permissions-list?hl=en) * This extension requires the following permissions: * "activeTab" * "clipboardWrite" * "contextMenus" * "storage" * Due to security reason, you cannot copy the URL on some pages like the Chrome Extension Gallary. * Chrome allow each extension to have at most 4 keyboard shortcuts. One shortcut is used for copying a link with the default format, and the rest of three are used for copying a link with the corresponding format 1 to format 3. So format 4 to format 9 does not have keyboard shortcut.
Bookmarks Table
View your Chrome bookmarks by date in a sortable searchable table Search your entire Chrome bookmarks collection in a table format. Each column is sortable and searchable. To open click the icon to the right of your address bar. This is an Open Source source project, please see the website link for more info.
TempoGrid
TempoGrid: Open, Flat, Snappy. Clarity and perspective for your tabs. Shape your browsing to reflect your rhythm, with defined pane layouts and color themes that feel right. Set your tempo. Your tabs, in tune. CAUTION: In Chrome 145, updates to tab groups are not applied immediately. This issue is scheduled for a fix in Chrome 146, and there is no workaround available. Please wait until then. https://issues.chromium.org/issues/483537691 - Cross-Search all your resources: bookmarks, open tabs, history, and recently closed tabs. - Utilize window titles to simulate nested tab groups, providing superior hierarchical organization. - Instantly find the matching tab upon opening a bookmark, using URL prefix or domain matching. - Pin any window to the top or bottom of your screen. - Move a window to the latest position/order. - Multi-Select items via the main menu, long press item, or Ctrl+Shift shortcut. - Toggle between List and Icon views for all open tabs. - Bookmark flat-view: Flatten any folder to view all its nested bookmarks in a single, unified list. - Supports multi-line display and language-specific hyphenation. - Easily reorder and resize all resource panes. - Smart-wider the pane width simply by mousing over it (Optional). - Synchronize settings across all devices using Chrome Sync. - Customize your workspace with your favorite color themes. v0.27.4 (May 30, 2026) ================== Added “Add Tab” button and remove the “Add New Tab” option from the menu. Fixed a bug where the history was not updating during searches. v0.27.3 (May 19, 2026) ================== Added text settings for base size and contrast. v0.27.2 (May 4, 2026) ================== Refined the color scheme and appearance of bookmark folders in Flat View. v0.27.1 (Apr 30, 2026) ================== Fixed a bug where bookmark features did not work correctly when the settings page was open. Refined the appearance of the active tab in the dark theme. v0.27.0 (Apr 20, 2026) ================== Added a font family setting option. Fixed a bug where “Recent Tabs” was not displayed in pop-up mode. Fixed a bug where opening and closing “Tab Groups” was not reflected in pop-up mode. v0.25.1 (Apr 15, 2026) ================== We identified an environment‑specific issue in the latest release v.0.25 and have rolled back the update. v0.24.7 (Apr 4, 2026) ================== Fixed an issue where the display refreshed immediately after deleting the history items. v0.24.5.5 (Feb 6, 2026) ================== Fixed a bug where the number of lines for multi-line could not be set independently. v0.24.5.4 (Feb 2, 2026) ================== Fixed an issue where drag-and-dropping a window to a new window would cause the tab group to disappear on Linux (KDE). v0.24.5 (Jan 12, 2026) ================== - Added an option to limit text display to 2–4 lines or show it in full for long strings. - Added an option display language. - Improved to display tooltips for open tabs in icon view mode up to a maximum of 3 lines. v0.24.0 (Dec 19, 2025) ================== UI/UX improvements for bookmark management. - Added bookmarks flat-view. - Added a "New Folder" button with Drag & Drop functionality. - Introduced a Trash folder to prevent accidental bookmark deletion. - Enabled date and time placeholders (e.g., {yyyy}-{MM}) for automatic folder naming. v0.23.11 (Nov 21, 2025) ================== Fixed a bug with bulk deletion of history items when multiple items were selected. v0.23.10 (Nov 9, 2025) ================== Improved: - Restored focus to the previously focused window after closing the active window. - Prevented unnecessary screen refreshes when updating bookmark. v0.22.0 (March 7, 2025) ================== - Added window mode - Added a recent-tabs pane - Change app name and icon v0.21.14 (Nov 8, 2023) ================== Fixed a bug that the bookmark/folder menu display to cut off outside of screen. v0.21.13 (Mar 2, 2023) ================== Fixed a bug that broke the UI of new window button when window sort order was descending. Fixed a bug that the UI of new window button was broken when window sort order was descending. v0.21.11 (Feb 21, 2023) ================== - Fixed a bug that drag-and-drop from history to window of tabs did not work. - Fixed a bug in search that tabs are always searched for title and URL. v0.21.7 (Feb 4, 2023) ================== - Added a menu in main menu for bookmarking from link text. - Modified the bookmark button[☆] works as drag and drop for current tab. v0.21.5 (Jan 30, 2023) ================== Fixed a bug that the submenu display to cut off outside of screen. v0.21.4 (Jan 27, 2023) ================== Fixed a bug in v0.21.0 that caused drag & drop of multiple selections to fail after opening the main menu. v0.21.2 (Jan 24, 2023) ================== Fixed a bug in the tab highlighting function on bookmark mouse-over where URL prefix matching was not performed when the URL contained characters that require escaping in HTML, such as "&". v0.21.0 (Jan 22, 2023) ================== - Added recently closed tabs/windows in history. Up to 25 tabs/windows are displayed. Please accept "sessions" permissions. - Added pin a window to the top or bottom of open-tabs pane. - Added save your favorite color themes. It can be rotated with the main menu or F2+shift key. v0.20.0 (Dec 28, 2022) ================== - Added mouse over a bookmark to highlight the tabs with the matching URL and select them with mouse wheel. - Added search history. The value is stored when the popup is closed. To show, click on the search box or press the arrow down key. - Added display of number of searches in tabs. - Added a button to scroll the current tab and highlight it. v0.18.4 (Nov 11, 2022) ================== - Added bookmarks and folders panes are flippable. - Added pane to always resizable. v0.18.1 (Nov 3, 2022) ================== Allow incognito window/tab drag-and-drop to new window. v0.18.0 (Oct 28, 2022) ================== Added a button/drag-and-drop area to open a new window. It can also change the order of chrome windows. v0.17.0 (Sep 22, 2022) =================== - Added memorize last search words. - Migrated to Manifest V3 and now requires Chrome 105 or higher. v0.16.2 (Jun 9, 2022) =================== Added option to not exclusively open the bookmarks folder tree and to keep the state. v0.15.2 (May 24, 2022) =================== Added folder menu to open all bookmarks in the folder in a new window. v0.15.0 (May 22, 2022) =================== - NEW: Added a button to scroll to next/previous window in open tabs pane. - Added a margin to the right of the scrollbar when in Xen mode that does not released it. v0.9.0 (Apr 10, 2022) ================= - NEW: Drag & drop functions for tabs and history pane. - NEW: Color schema settings - Modified faster history search using cache. NEW: - History and open tabs panes. DISCONTINUED: - Chrome Extensions, Chrome Apps, and Google Bookmarks folders. - Window mode.
TabMate
TabMate helps you manage the tab clutter. Easily switch between tabs, save & restore set of tabs or windows, and more. TabMate helps you manage tab clutter and be more productive. Stash a set of tab/windows that you want to save for later and easily restore them when needed. Use quick switcher to search among open tabs and stashes and switch to them. Drag and drop the tabs to rearrange them with in windows or stashes. Name stashes so you can easily remember the purpose for each set of tabs. Easily send tabs to named stashes through right click context menu. Common usages: - Quickly search and switch between all the open tabs and stashes - Save the pages you've visited during your research session and restore all of them later. - Logically group all the pages you visit often and load each group when needed. - Easily manage existing open tabs by saving unnecessary tabs as a session.