Goblin Secretary
If you love playing Dungeons and Dragons and you use an online character sheet from this website:…
Goblin Secretary क्या है?
Goblin Secretary http://zsavoury.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If you love playing Dungeons and Dragons and you use an online character sheet from this website:…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Goblin Secretary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jdggnpibajbgpfjdpogbeelimhdnoiki |
आधिकारिक URL | https://chrome.google.com/webstore/detail/goblin-secretary/jdggnpibajbgpfjdpogbeelimhdnoiki |
विवरण | If you love playing Dungeons and Dragons and you use an online character sheet from this website:… |
फ़ाइल का आकार | 114 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2017-01-08 |
प्रकाशन तिथि | 2017-01-08 |
रेटिंग | 1.00/5 कुल 3 रेटिंग्स |
डेवलपर | http://zsavoury.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |