MonkeyTab

Keep all your monkey compiles running in one tab.

Apa itu MonkeyTab?

MonkeyTab adalah ekstensi Chrome yang dikembangkan oleh jon.pittock, dan fitur utamanya adalah "Keep all your monkey compiles running in one tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MonkeyTab

Unduh file ekstensi MonkeyTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MonkeyTab MonkeyTab
ID pdglblkghdpdpganfhagfjadiedgoodm
URL Resmi https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm
Deskripsi Keep all your monkey compiles running in one tab.
Ukuran File 38.81 KB
Jumlah Instalasi 27
Versi Saat Ini 1
Terakhir Diperbarui 2018-10-12
Tanggal Publikasi 2018-10-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jon.pittock
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl
URL Halaman Bantuan https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl
Bahasa yang Didukung 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"
    ]
}