Mush Casting Bookkeeping
This extension will record data about who is ready in your casting.
Mush Casting Bookkeeping là gì?
Mush Casting Bookkeeping là một tiện ích mở rộng Chrome được phát triển bởi Jeremy Greenburg, và tính năng chính của nó là "This extension will record data about who is ready in your casting.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mush Casting Bookkeeping
Tải xuống các tệp mở rộng Mush Casting Bookkeeping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension will take a snapshot of any Mush Casting including all players and their current status (ready, idle, or in game). A graphical interface is in development that will be able to analyze a series of files and display status changes, new members, and more. All source is located at: https://github.com/Jerrgree/Mush-Casting-Bookkeeping-/tree/master Play Mush at http://mush.twinoid.com/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nagblefleeeccbbepocichgacdhcbnlh |
URL Chính Thức | https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh |
Mô tả | This extension will record data about who is ready in your casting. |
Kích Thước Tệp | 35.89 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2017-09-18 |
Ngày Phát Hành | 2017-09-18 |
Nhà Phát Triển | Jeremy Greenburg |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mush Casting Bookkeeping", "description": "This extension will record data about who is ready in your casting.", "version": "1.1.0", "browser_action": { "default_icon": "Icon.png", "default_popup": "popup.html", "default_title": "Mush Casting Bookkeeping" }, "permissions": [ "activeTab", "storage", "downloads", "http:\/\/mush.twinoid.com\/g\/*" ] } |