MonkeyTab
Keep all your monkey compiles running in one tab.
什麼是MonkeyTab?
MonkeyTab是由jon.pittock開發的Chrome擴展程式,該擴展的主要功能是“Keep all your monkey compiles running in one tab.”。
擴展截圖
下載MonkeyTab擴展crx文件
下載MonkeyTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is deprecated. Please install CerberusX tab instead as it includes support for Monkey and CerberusX.
擴展基本資訊
名稱 | MonkeyTab |
ID | pdglblkghdpdpganfhagfjadiedgoodm |
官方網址 | https://chromewebstore.google.com/detail/monkeytab/pdglblkghdpdpganfhagfjadiedgoodm |
簡介 | Keep all your monkey compiles running in one tab. |
檔案大小 | 38.81 KB |
安裝次數 | 27 |
目前版本 | 1 |
更新時間 | 2018-10-12 |
上架時間 | 2018-10-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | jon.pittock |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
說明頁面URL | https://chrome.google.com/webstore/detail/cerberusxtab/nbhpejlbdbmkfcjembchphgkdlmkadjl |
支援的語言 | 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" ] } |