MonkeyTab

Keep all your monkey compiles running in one tab.

什么是MonkeyTab?

MonkeyTab是由jon.pittock开发的Chrome扩展程序,该扩展的主要功能是“Keep all your monkey compiles running in one tab.”。

扩展截图

screenshot

下载MonkeyTab扩展crx文件

下载MonkeyTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 MonkeyTab MonkeyTab
ID pdglblkghdpdpganfhagfjadiedgoodm
官方URL https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm
简介 Keep all your monkey compiles running in one tab.
文件大小 38.81 KB
安装次数 27
当前版本 1
更新时间 2018-10-12
上架时间 2018-10-12
评分 5.00/5 共1次评分
开发者 jon.pittock
电子邮箱 [email protected]
付费类型 free
扩展官网 https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl
帮助页面URL https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl
支持的语言 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"
    ]
}