Magic tabs

Extension which help you to manage tabs and easly recover them

Cos'è Magic tabs?

Magic tabs è un'estensione di Chrome sviluppata da Yorki, e la sua funzione principale è "Extension which help you to manage tabs and easly recover them".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Magic tabs

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

                        Magic tabs allow you to save tabs, label them and recover later!                    

Informazioni di Base sull'Estensione

Nome Magic tabs Magic tabs
ID chliaibldakdhjaimgjpabheepadccfm
URL Ufficiale https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm
Descrizione Extension which help you to manage tabs and easly recover them
Dimensione del File 649 KB
Conteggio Installazioni 24
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-12-16
Data di Pubblicazione 2015-12-16
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Yorki
Email [email protected]
Tipo di Pagamento free
Lingue Supportate pl
manifest.json
{
    "manifest_version": 2,
    "background": {
        "scripts": [
            "library\/jquery.min.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [],
    "description": "Extension which help you to manage tabs and easly recover them",
    "icons": {
        "128": "images\/logo.png",
        "48": "images\/48.png"
    },
    "name": "Magic tabs",
    "permissions": [
        "tabs",
        "storage",
        "sessions"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": []
}