Running Challenges
Adds challenge progress information to your parkrun athlete results page.
什麼是Running Challenges?
Running Challenges是由https://running-challenges.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Adds challenge progress information to your parkrun athlete results page.”。
擴展截圖
下載Running Challenges擴展crx文件
下載Running Challenges擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use your parkrun results to complete running challenges and get badges on your profile! Become a 'Tourist', 'Alphabeteer', shout full-house in 'Stopwatch-Bingo' and many more! But why should runners have all the fun? Collect the purple volunteer badges too by helping out each week at parkrun, and level up by doing a role 5 times or more to gain stars. This extension augments your athlete results page to include your progress towards the available challenges - and adds an extra badge below your name at the top when you have completed each one. You can also have a look how your friends are doing by browsing their profiles too. Visit https://running-challenges.co.uk for more information You can set your home parkrun in the options (when you set your athlete number) to make the shortcut link go directly to your regional parkrun page (rather than it always linking to the .org.uk site), this will also give you extra map layers and stats! This extension is not official or affiliated with parkrun in any way, it was created with love by keen parkrunners who just wanted to share the fun.
擴展基本資訊
名稱 | Running Challenges |
ID | kdapmdimgdebpgolimjnmcdlkbkddoif |
官方網址 | https://chromewebstore.google.com/detail/running-challenges/kdapmdimgdebpgolimjnmcdlkbkddoif |
簡介 | Adds challenge progress information to your parkrun athlete results page. |
檔案大小 | 4.91 MB |
安裝次數 | 12,486 |
目前版本 | 1.4.0.412 |
更新時間 | 2023-06-29 |
上架時間 | 2020-02-21 |
評分 | 4.97/5 共 61 次評分 |
開發者 | https://running-challenges.co.uk |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://running-challenges.co.uk/ |
說明頁面URL | https://running-challenges.co.uk/getstarted/ |
隱私政策頁面URL | https://running-challenges.co.uk/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Running Challenges", "description": "Adds challenge progress information to your parkrun athlete results page.", "version": "1.4.0.412", "content_security_policy": "default-src 'self'; connect-src https:\/\/www.parkrun.org.uk https:\/\/running-challenges.co.uk https:\/\/images.parkrun.com", "browser_action": { "default_icon": "images\/logo\/logo-128x128.png" }, "icons": { "128": "images\/logo\/logo-128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.parkrun.org.uk\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.com.au\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.co.nz\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.ca\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.ie\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.co.za\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.us\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.sg\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.pl\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.it\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.dk\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.se\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.fi\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.fr\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.no\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.com.de\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.ru\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.my\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.jp\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.co.nl\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.co.at\/parkrunner\/*\/all\/" ], "js": [ "js\/lib\/version.js", "js\/lib\/third-party\/browser-polyfill\/browser-polyfill-76eeeac.js", "js\/lib\/third-party\/jquery\/jquery-3.6.0.js", "js\/lib\/third-party\/leaflet\/leaflet-1.3.1.js", "js\/lib\/third-party\/leaflet-fullscreen\/leaflet-fullscreen-1.0.1.js", "js\/lib\/third-party\/leaflet-markercluster\/leaflet-markercluster-1.3.0.js", "js\/lib\/third-party\/leaflet-extramarkers\/leaflet-extramarkers-1.0.5.js", "js\/lib\/third-party\/leaflet-canvasicon\/leaflet-canvasicon-0.1.4.js", "js\/lib\/third-party\/leaflet-piechart\/leaflet-piechart-0.1.2.js", "js\/lib\/third-party\/d3-voronoi\/d3-voronoi.js", "js\/lib\/i18n.js", "js\/lib\/challenges.js", "js\/lib\/challenges_ui.js", "js\/content-scripts\/content-script-parkrunner.js" ], "css": [ "css\/third-party\/leaflet\/leaflet.css", "css\/third-party\/leaflet-fullscreen\/leaflet-fullscreen.css", "css\/third-party\/leaflet-markercluster\/MarkerCluster.css", "css\/third-party\/leaflet-markercluster\/MarkerCluster.Default.css", "css\/third-party\/leaflet-extramarkers\/leaflet.extra-markers.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.parkrun.org.uk\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.com.au\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.co.nz\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.ca\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.ie\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.co.za\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.us\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.sg\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.pl\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.it\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.dk\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.se\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.fi\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.fr\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.com.de\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.no\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.ru\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.my\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.jp\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.co.nl\/results\/athleteresultshistory\/*", "*:\/\/www.parkrun.co.at\/results\/athleteresultshistory\/*" ], "js": [ "js\/lib\/third-party\/browser-polyfill\/browser-polyfill-76eeeac.js", "js\/lib\/third-party\/jquery\/jquery-3.6.0.js", "js\/lib\/i18n.js", "js\/content-scripts\/content-script-athleteresultshistory.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.parkrun.org.uk\/parkrunner\/*\/", "*:\/\/www.parkrun.com.au\/parkrunner\/*\/", "*:\/\/www.parkrun.co.nz\/parkrunner\/*\/", "*:\/\/www.parkrun.ca\/parkrunner\/*\/", "*:\/\/www.parkrun.ie\/parkrunner\/*\/", "*:\/\/www.parkrun.co.za\/parkrunner\/*\/", "*:\/\/www.parkrun.us\/parkrunner\/*\/", "*:\/\/www.parkrun.sg\/parkrunner\/*\/", "*:\/\/www.parkrun.pl\/parkrunner\/*\/", "*:\/\/www.parkrun.it\/parkrunner\/*\/", "*:\/\/www.parkrun.dk\/parkrunner\/*\/", "*:\/\/www.parkrun.se\/parkrunner\/*\/", "*:\/\/www.parkrun.fi\/parkrunner\/*\/", "*:\/\/www.parkrun.fr\/parkrunner\/*\/", "*:\/\/www.parkrun.no\/parkrunner\/*\/", "*:\/\/www.parkrun.com.de\/parkrunner\/*\/", "*:\/\/www.parkrun.ru\/parkrunner\/*\/", "*:\/\/www.parkrun.my\/parkrunner\/*\/", "*:\/\/www.parkrun.jp\/parkrunner\/*\/", "*:\/\/www.parkrun.co.nl\/parkrunner\/*\/" ], "exclude_matches": [ "*:\/\/www.parkrun.org.uk\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.com.au\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.co.nz\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.ca\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.ie\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.co.za\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.us\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.sg\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.pl\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.it\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.dk\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.se\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.fi\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.fr\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.no\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.com.de\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.ru\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.my\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.jp\/parkrunner\/*\/all\/", "*:\/\/www.parkrun.co.nl\/parkrunner\/*\/all\/" ], "js": [ "js\/lib\/third-party\/browser-polyfill\/browser-polyfill-76eeeac.js", "js\/lib\/third-party\/jquery\/jquery-3.6.0.js", "js\/lib\/i18n.js", "js\/content-scripts\/content-script-parkrunner-summary.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.parkrun.org.uk\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.com.au\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.co.nz\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.ca\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.ie\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.co.za\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.us\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.sg\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.pl\/*\/athletehistory\/*", "*:\/\/www.parkrun.it\/*\/athletehistory\/*", "*:\/\/www.parkrun.dk\/*\/athletehistory\/*", "*:\/\/www.parkrun.se\/*\/athletehistory\/*", "*:\/\/www.parkrun.fi\/*\/athletehistory\/*", "*:\/\/www.parkrun.fr\/*\/athletehistory\/*", "*:\/\/www.parkrun.com.de\/*\/athletehistory\/*", "*:\/\/www.parkrun.no\/*\/athletehistory\/*", "*:\/\/www.parkrun.ru\/*\/athletehistory\/*", "*:\/\/www.parkrun.my\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.jp\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.co.nl\/*\/results\/athletehistory\/*", "*:\/\/www.parkrun.co.at\/*\/results\/athletehistory\/*" ], "js": [ "js\/lib\/third-party\/browser-polyfill\/browser-polyfill-76eeeac.js", "js\/lib\/third-party\/jquery\/jquery-3.6.0.js", "js\/lib\/i18n.js", "js\/content-scripts\/content-script-athleteeventhistory.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/images\/badges\/*.png", "\/images\/logo\/*.png", "\/images\/maps\/markers\/*.png", "\/images\/flags\/*.png", "\/html\/*.html", "\/css\/*" ], "permissions": [ "storage" ], "options_ui": { "page": "html\/options.html", "chrome_style": true }, "background": { "persistent": true, "scripts": [ "js\/lib\/third-party\/browser-polyfill\/browser-polyfill-76eeeac.js", "js\/lib\/third-party\/jquery\/jquery-3.6.0.js", "js\/lib\/i18n.js", "js\/background.js" ] } } |