Split Me

Split view for 4 different pages on the same tab

Cos'è Split Me?

Split Me è un'estensione di Chrome sviluppata da http://anthonytietjen.azurewebsites.net, e la sua funzione principale è "Split view for 4 different pages on the same tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Split Me

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

                        Split view for 4 different pages on the same tab.

(Not all websites allow for embedding in this way. If the URL you provide does not load, it is likely because the website owner has prevented it from being embedded.)                    

Informazioni di Base sull'Estensione

Nome Split Me Split Me
ID hnfpakfiogkhbmkhgopmcjmenkiakank
URL Ufficiale https://chrome.google.com/webstore/detail/split-me/hnfpakfiogkhbmkhgopmcjmenkiakank
Descrizione Split view for 4 different pages on the same tab
Dimensione del File 5.72 KB
Conteggio Installazioni 3,000
Versione Corrente 0.2
Ultimo Aggiornamento 2014-07-19
Data di Pubblicazione 2014-07-19
Valutazione 3.22/5 Totale 27 Valutazioni
Sviluppatore http://anthonytietjen.azurewebsites.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Split Me",
    "description": "Split view for 4 different pages on the same tab",
    "version": "0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}