MonkeyTab

Keep all your monkey compiles running in one tab.

Cos'è MonkeyTab?

MonkeyTab è un'estensione di Chrome sviluppata da jon.pittock, e la sua funzione principale è "Keep all your monkey compiles running in one tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MonkeyTab

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

                        This is deprecated. Please install CerberusX tab instead as it includes support for Monkey and CerberusX.                    

Informazioni di Base sull'Estensione

Nome MonkeyTab MonkeyTab
ID pdglblkghdpdpganfhagfjadiedgoodm
URL Ufficiale https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm
Descrizione Keep all your monkey compiles running in one tab.
Dimensione del File 38.81 KB
Conteggio Installazioni 27
Versione Corrente 1
Ultimo Aggiornamento 2018-10-12
Data di Pubblicazione 2018-10-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jon.pittock
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl
URL della Pagina di Aiuto https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MonkeyTab",
    "version": "1",
    "manifest_version": 2,
    "description": "Keep all your monkey compiles running in one tab.",
    "icons": {
        "256": "images\/icon256.png",
        "128": "images\/icon128.png",
        "64": "images\/icon64.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "monkeytab.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/localhost\/MonkeyGame.html"
    ]
}