MonkeyTab
Keep all your monkey compiles running in one tab.
What is MonkeyTab?
MonkeyTab is a Chrome extension developed by jon.pittock, and its main feature is "Keep all your monkey compiles running in one tab.".
Extension Screenshots
Download MonkeyTab Extension CRX File
Download MonkeyTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is deprecated. Please install CerberusX tab instead as it includes support for Monkey and CerberusX.
Extension Basic Information
Name | MonkeyTab |
ID | pdglblkghdpdpganfhagfjadiedgoodm |
Official URL | https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm |
Description | Keep all your monkey compiles running in one tab. |
File Size | 38.81 KB |
Installation Count | 27 |
Current Version | 1 |
Last Updated | 2018-10-12 |
Publish Date | 2018-10-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jon.pittock |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
Help Page URL | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
Supported Languages | 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" ] } |