Goblin Secretary
If you love playing Dungeons and Dragons and you use an online character sheet from this website:…
Goblin Secretary là gì?
Goblin Secretary là một tiện ích mở rộng Chrome được phát triển bởi http://zsavoury.com, và tính năng chính của nó là "If you love playing Dungeons and Dragons and you use an online character sheet from this website:…".
Ả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 Goblin Secretary
Tải xuống các tệp mở rộng Goblin Secretary 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
If you love playing Dungeons and Dragons and you use an online character sheet from this website: http://charactersheet.co.uk/pathfinder you will love this Goblin Secretary. Features: *[x] Tell you what class you are (not very useful yet) *[x] Add a visual health-bar to keep track of how much health points and constitution you have left! (How to use: Make sure your total health is one number [e.g. 97] and when you type in your wounds you add up how much damage was done not how much health is left) *[x] Add a Visual Grit, Luck, Ki-Pool, and/or panache counter based off your class *[x] Add a Control Panel for you to whisk around the screen at your leisure (Control Panle now contains the Health Bar and Grit, Luck, etc. counters) Coming Features: *[ ] User suggestions would be much appreciated
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jdggnpibajbgpfjdpogbeelimhdnoiki |
URL Chính Thức | https://chrome.google.com/webstore/detail/goblin-secretary/jdggnpibajbgpfjdpogbeelimhdnoiki |
Mô tả | If you love playing Dungeons and Dragons and you use an online character sheet from this website:… |
Kích Thước Tệp | 114 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2017-01-08 |
Ngày Phát Hành | 2017-01-08 |
Đánh Giá | 1.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://zsavoury.com |
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": "Goblin Secretary", "version": "1.0.2", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "inject.css" ] } ], "browser_action": { "default_title": "Test Extension", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/charactersheet.co.uk\/pathfinder\/*" ], "web_accessible_resources": [ "inject.js" ] } |