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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If you love playing Dungeons and Dragons and you use an online character sheet from this website:…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Goblin Secretary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 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"
    ]
}