Split Tab

Split tabs, supercharge productivity with multitasking

Wat is Split Tab?

Split Tab is een Chrome-extensie ontwikkeld door Split Tab, en de belangrijkste functie is "Split tabs, supercharge productivity with multitasking".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Split Tab

Download Split Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Split Tab Split Tab
ID bgibefjpafcdgmgdjfdclpojjgfbnkac
Officiële URL https://chromewebstore.google.com/detail/split-tab/bgibefjpafcdgmgdjfdclpojjgfbnkac
Beschrijving Split tabs, supercharge productivity with multitasking
Bestandsgrootte 59.81 KB
Aantal Installaties 53
Huidige Versie 0.1.0
Laatst Bijgewerkt 2024-02-20
Publicatiedatum 2024-02-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Split Tab
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}