Split Tab
Split tabs, supercharge productivity with multitasking
What is Split Tab?
Split Tab is a Chrome extension developed by Split Tab, and its main feature is "Split tabs, supercharge productivity with multitasking".
Extension Screenshots
Download Split Tab Extension CRX File
Download Split Tab 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
Split tabs supercharge productivity by enabling multitasking. Users can view multiple web pages side by side within a single browser window, enhancing efficiency and facilitating seamless information access. This feature is particularly beneficial for research, comparison, and referencing tasks, allowing users to stay focused without constantly switching between tabs
Extension Basic Information
Name | Split Tab |
ID | bgibefjpafcdgmgdjfdclpojjgfbnkac |
Official URL | https://chromewebstore.google.com/detail/split-tab/bgibefjpafcdgmgdjfdclpojjgfbnkac |
Description | Split tabs, supercharge productivity with multitasking |
File Size | 59.81 KB |
Installation Count | 53 |
Current Version | 0.1.0 |
Last Updated | 2024-02-20 |
Publish Date | 2024-02-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Split Tab |
[email protected] | |
Payment Type | free |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Split Tab", "description": "Split tabs, supercharge productivity with multitasking", "version": "0.1.0", "default_locale": "en", "icons": { "128": ".\/icon\/icon-128.png", "48": ".\/icon\/icon-48.png", "16": ".\/icon\/icon-16.png" }, "author": "Split Tab", "background": { "service_worker": "background.min.js" }, "action": { "default_icon": ".\/icon\/icon-48.png", "default_popup": "popup.html", "default_title": "Split Tab" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "activeTab", "contextMenus", "storage", "declarativeNetRequest" ] } |