OneTabPlus

Do away with so many tabs...

Wat is OneTabPlus?

OneTabPlus is een Chrome-extensie ontwikkeld door sandeepkgupta007, en de belangrijkste functie is "Do away with so many tabs...".

Extensie Screenshots

Download het CRX-bestand van de extensie OneTabPlus

Download OneTabPlus-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

                        1. Collapses all open tabs to one tab.
2. Allows opening of website specific tabs
3. You can continue your browsing from different machine by signing in chrome.
Please see FAQs at options page.                    

Basisinformatie over de Extensie

Naam OneTabPlus OneTabPlus
ID pkgjcioebdojinlofdpcppaajkkdepbf
Officiële URL https://chromewebstore.google.com/detail/onetabplus/pkgjcioebdojinlofdpcppaajkkdepbf
Beschrijving Do away with so many tabs...
Bestandsgrootte 282 KB
Aantal Installaties 227
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 2.71/5 Totaal 7 Beoordelingen
Ontwikkelaar sandeepkgupta007
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneTabPlus",
    "description": "Do away with so many tabs...",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Click to collapse all tabs into one!",
        "default_icon": "icon_0.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}