Tabbbed

Group your tabs and make your life easier

Cos'è Tabbbed?

Tabbbed è un'estensione di Chrome sviluppata da Mukur Puri, e la sua funzione principale è "Group your tabs and make your life easier".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabbbed

Scarica i file di estensione Tabbbed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "Tabbbed" helps you to manage your chrome tabs efficiently to do more work and add less mess.
Best Features
Super Tabs: Group similar Tabs into a Super Tab for more clarity of inter related work and less mess of opening the forgotten tabs.

Extra information:
Price: Absolutely Free
Total size ~ 465KB
Memory consumption: 45MB(total threads)
Give your reviews or suggestion here and get perks of extra unknown features ;)                    

Informazioni di Base sull'Estensione

Nome Tabbbed Tabbbed
ID dihobgiomdkaifbhbfppbkjmndliambm
URL Ufficiale https://chromewebstore.google.com/detail/tabbbed/dihobgiomdkaifbhbfppbkjmndliambm
Descrizione Group your tabs and make your life easier
Dimensione del File 495 KB
Conteggio Installazioni 18
Versione Corrente 10
Ultimo Aggiornamento 2020-11-02
Data di Pubblicazione 2017-12-02
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Mukur Puri
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mukurpuri.github.io/tabbbed/
Lingue Supportate en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "contextMenu.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Tabbbed"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Group your tabs and make your life easier",
    "differential_fingerprint": "1.5518bdeee900ccc726715d876697f258287c1f5b20c88642cdc75d4766fac9ce",
    "icons": {
        "128": "images\/icons\/icon.png",
        "256": "images\/icons\/icon.png",
        "512": "images\/icons\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjwm8FiZ91alUSxhgwufvjCsOJdm9HscWWlRtYPqS1LM+orcOqRXJJTs0NWfeHoEa7p26KBwjXkdcCtp1T2jYyFVQy3p1mvy6F25MGCb5S2LaIiMt3tmyZXnjzTYnobmhO9j2mpD9eOe\/Lhrq+HiHwS02RPP+dShKAbHVokg+dpAD0fkIh+OQ\/K5PgFhuibV0qNiGBrmV1h\/+5EIKrNaTjkEpvtU99XTXUONhuZcSPaQDO9ILIrajMTpZc01Xn8JtYsT\/wRs+ls\/ZnTiaLKDK6BjjZG+TLLOYfxqsWGFOJWOLLzki4oA\/1l7LoSIQraRZzDf7pAQtIkY5eKGE+9L4TwIDAQAB",
    "manifest_version": 2,
    "name": "Tabbbed",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "",
        "unlimitedStorage",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "10"
}