OoT Ocarina
Ocarina
OoT Ocarinaとは何ですか?
OoT OcarinaはAnders Sundheimによって開発されたChromeの拡張機能で、その主な機能は「Ocarina」です。
拡張機能のスクリーンショット
OoT Ocarina拡張機能のCRXファイルをダウンロード
OoT Ocarina拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Functional ocarina from Ocarina of Time, plays a couple songs but I lost interest in this a while ago. ASDW keys plus Shift for the A button control it, and R resets. Leave a review if you want it to be updated, I got nothing better to do. 拡張機能の基本情報
| 名前 | |
| ID | nianlogcemlecobolenlejdmgaompjdi |
| 公式URL | https://chromewebstore.google.com/detail/oot-ocarina/nianlogcemlecobolenlejdmgaompjdi |
| 説明 | Ocarina |
| ファイルサイズ | 398 KB |
| インストール数 | 126 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2014-09-15 |
| 公開日 | 2014-09-15 |
| 評価 | 3.56/5 合計 18 レビュー |
| 開発者 | Anders Sundheim |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "OoT Ocarina",
"description": "Ocarina",
"version": "1.2",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/navi.png",
"default_popup": "popup.html"
},
"permissions": []
} | |