MonkeyTab
Keep all your monkey compiles running in one tab.
Vad är MonkeyTab?
MonkeyTab är en Chrome-tillägg utvecklad av jon.pittock, och dess huvudfunktion är "Keep all your monkey compiles running in one tab.".
Tilläggsskärmbilder
Ladda ner MonkeyTab-förlängningens CRX-fil
Ladda ner MonkeyTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is deprecated. Please install CerberusX tab instead as it includes support for Monkey and CerberusX. Grundläggande Information om Tillägg
| Namn | |
| ID | pdglblkghdpdpganfhagfjadiedgoodm |
| Officiell webbadress | https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm |
| Beskrivning | Keep all your monkey compiles running in one tab. |
| Filstorlek | 38.81 KB |
| Antal Installationer | 27 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2018-10-12 |
| Publiceringsdatum | 2018-10-12 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | jon.pittock |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
| Hjälpsida URL | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
| Stödda Språk | 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"
]
} | |