MonkeyTab
Keep all your monkey compiles running in one tab.
Was ist MonkeyTab?
MonkeyTab ist eine Chrome-Erweiterung, die von jon.pittock entwickelt wurde, und ihr Hauptmerkmal ist "Keep all your monkey compiles running in one tab.".
Erweiterungsscreenshots
MonkeyTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie MonkeyTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is deprecated. Please install CerberusX tab instead as it includes support for Monkey and CerberusX.
Grundlegende Informationen zur Erweiterung
Name | MonkeyTab |
ID | pdglblkghdpdpganfhagfjadiedgoodm |
Offizielle URL | https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm |
Beschreibung | Keep all your monkey compiles running in one tab. |
Dateigröße | 38.81 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1 |
Letztes Update | 2018-10-12 |
Veröffentlichungsdatum | 2018-10-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | jon.pittock |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
Hilfeseite URL | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
Unterstützte Sprachen | 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" ] } |