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
官方URL 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
}