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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |