GraphiTabs

Your tabs in order. Smart way to organize your web.

Cos'è GraphiTabs?

GraphiTabs è un'estensione di Chrome sviluppata da https://graphiy.com, e la sua funzione principale è "Your tabs in order. Smart way to organize your web.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GraphiTabs

Scarica i file di estensione GraphiTabs 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

                        GraphiTabs extension helps to perform deep tabs management with ease.                    

Informazioni di Base sull'Estensione

Nome GraphiTabs GraphiTabs
ID dcfclemgmkccmnpgnldhldjmflphkimp
URL Ufficiale https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp
Descrizione Your tabs in order. Smart way to organize your web.
Dimensione del File 1.19 MB
Conteggio Installazioni 10,000
Versione Corrente 0.1.1
Ultimo Aggiornamento 2020-01-31
Data di Pubblicazione 2020-01-30
Valutazione 4.32/5 Totale 107 Valutazioni
Sviluppatore https://graphiy.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GraphiTabs",
    "version": "0.1.1",
    "description": "Your tabs in order. Smart way to organize your web.",
    "icons": {
        "16": "\/res\/image\/logo\/16.png",
        "48": "\/res\/image\/logo\/48.png",
        "128": "\/res\/image\/logo\/128.png"
    },
    "browser_action": {
        "default_icon": "\/res\/image\/logo\/19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks"
    ]
}