MonkeyTab
Keep all your monkey compiles running in one tab.
Qu'est-ce que MonkeyTab ?
MonkeyTab est une extension Chrome développée par jon.pittock, et sa fonction principale est "Keep all your monkey compiles running in one tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MonkeyTab
Téléchargez les fichiers d'extension MonkeyTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This is deprecated. Please install CerberusX tab instead as it includes support for Monkey and CerberusX.
Informations de Base sur l'Extension
Nom | MonkeyTab |
ID | pdglblkghdpdpganfhagfjadiedgoodm |
URL Officiel | https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm |
Description | Keep all your monkey compiles running in one tab. |
Taille du Fichier | 38.81 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2018-10-12 |
Date de Publication | 2018-10-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jon.pittock |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
URL de la Page d'Aide | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
Langues Prises en Charge | 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" ] } |