MonkeyTab
Keep all your monkey compiles running in one tab.
Wat is MonkeyTab?
MonkeyTab is een Chrome-extensie ontwikkeld door jon.pittock, en de belangrijkste functie is "Keep all your monkey compiles running in one tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie MonkeyTab
Download MonkeyTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is deprecated. Please install CerberusX tab instead as it includes support for Monkey and CerberusX.
Basisinformatie over de Extensie
Naam | MonkeyTab |
ID | pdglblkghdpdpganfhagfjadiedgoodm |
Officiële URL | https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm |
Beschrijving | Keep all your monkey compiles running in one tab. |
Bestandsgrootte | 38.81 KB |
Aantal Installaties | 27 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2018-10-12 |
Publicatiedatum | 2018-10-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | jon.pittock |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
Help Pagina-URL | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
Ondersteunde Talen | 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" ] } |