GV ORK Helpers

ORK Helpers for TacD and Other things for Goldenvale

什麼是GV ORK Helpers?

GV ORK Helpers是由http://www.easygard.ca開發的Chrome擴展程式,該擴展的主要功能是“ORK Helpers for TacD and Other things for Goldenvale”。

擴展截圖

screenshot

下載GV ORK Helpers擴展crx文件

下載GV ORK Helpers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome extension provides a pop-up menu on Amtgard ORK park pages that allows you to generate reports for your park for the purposes of meeting the Kingdom of Goldenvale terms and conditions among other things.

Nov 1st, 2021 - fix URLs to the ORK

August 1st, 2019 - Use the right URLs for the new ORK home 
February 3rd, 2019 - Changed the Nine Blades attendance to 6 times in 6 months anywhere in the Nine Blades

August 15th - Fixed the GV Attendance to only show Home Park and any Events
August 15th - Fixed the Nine Blades Attendance to only show Home Park and fixed the Amtgard week we were using to be Monday to Sunday.

New July 31st, 2017 - Updated the Event Attendance generator to include home park of attendee.

The extension relies heavily on the content of the ORK pages not changing, if they do change then the reports may not run at all or fail in some way.                    

擴展基本資訊

名稱 GV ORK Helpers GV ORK Helpers
ID onngmabikidhhaoafbehfoljgnbojdcg
官方網址 https://chrome.google.com/webstore/detail/gv-ork-helpers/onngmabikidhhaoafbehfoljgnbojdcg
簡介 ORK Helpers for TacD and Other things for Goldenvale
檔案大小 161 KB
安裝次數 50
目前版本 0.0.0.17
更新時間 2021-11-01
上架時間 2019-08-01
評分 4.67/5 共 3 次評分
開發者 http://www.easygard.ca
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/kenwalker/gv-orkhelpers
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GV ORK Helpers",
    "version": "0.0.0.17",
    "description": "ORK Helpers for TacD and Other things for Goldenvale",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "gv-gryphon-16.png",
        "48": "gv-gryphon-48.png",
        "128": "gv-gryphon-128.png"
    },
    "manifest_version": 2
}