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 |
官方網址 | 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\/*" ] } |