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 |
公式URL | 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 |
Eメール | [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" ] } |