Elma Center
Elasto Mania battle notifier and miscellaneous tools
Elma Centerとは何ですか?
Elma CenterはHexjellyによって開発されたChromeの拡張機能で、その主な機能は「Elasto Mania battle notifier and miscellaneous tools」です。
拡張機能のスクリーンショット
Elma Center拡張機能のCRXファイルをダウンロード
Elma Center拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays information about current EOL battle, with an optional notification window when new levels are started, along with an optional icon indicator displaying remaining time.
拡張機能の基本情報
名前 | |
ID | dbdcieepogbmfdakjepkbhfifddinmjc |
公式URL | https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc |
説明 | Elasto Mania battle notifier and miscellaneous tools |
ファイルサイズ | 120 KB |
インストール数 | 22 |
現在のバージョン | 0.0.2 |
最終更新日 | 2016-03-06 |
公開日 | 2016-03-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Hexjelly |
支払い方法 | free |
対応言語 | en,pl,fi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Elma Center", "short_name": "Elma Center", "version": "0.0.2", "default_locale": "en", "description": "Elasto Mania battle notifier and miscellaneous tools", "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Elma Center", "default_popup": "popup.html" }, "author": "Hexjelly", "background": { "scripts": [ "background.js" ], "persistent": true }, "offline_enabled": false, "permissions": [ "clipboardRead", "clipboardWrite", "notifications", "storage", "http:\/\/*.elmaonline.net\/*", "http:\/\/108.61.164.75:8880\/*" ] } |