Goblin Secretary

If you love playing Dungeons and Dragons and you use an online character sheet from this website:…

Goblin Secretaryคืออะไร?

Goblin Secretary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://zsavoury.com และคุณลักษณะหลักของมันคือ "If you love playing Dungeons and Dragons and you use an online character sheet from this website:…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goblin Secretary

ดาวน์โหลดไฟล์ส่วนขยาย Goblin Secretary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Goblin Secretary Goblin Secretary
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"
    ]
}