My Tabs
Tab manager
What is My Tabs?
My Tabs is a Chrome extension developed by Nikita Cherepanov, and its main feature is "Tab manager".
Extension Screenshots
Download My Tabs Extension CRX File
Download My Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tab manager: Сlose tabs: - Click on site icon to close separate tab. - Select unused tabs and close them all Group tabs by site Mute tabs Quick switch between tabs by clicking on it title Restore recently closed tabs Organise tabs between opened windows or move some tabs to the new window
Extension Basic Information
Name | My Tabs |
ID | gfhejpjpafbebgpfmfdaadcofennlfja |
Official URL | https://chromewebstore.google.com/detail/my-tabs/gfhejpjpafbebgpfmfdaadcofennlfja |
Description | Tab manager |
File Size | 44.13 KB |
Installation Count | 128 |
Current Version | 2.2 beta |
Last Updated | 2023-10-16 |
Publish Date | 2020-02-15 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Nikita Cherepanov |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_extName__", "version": "2.2", "version_name": "2.2 beta", "description": "__MSG_extDescr__", "permissions": [ "tabs", "storage", "contextMenus" ], "icons": { "16": "img\/ico16.png", "32": "img\/ico32.png", "48": "img\/ico48.png", "128": "img\/ico128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 2 } |