提供元: Darek
Inspect and view changes in Codeforces Calendar Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Codeforces Calendar Button",
"version": "1.0.0",
"description": "Adds Google and Apple Calendar buttons for upcoming Codeforces contests.",
"browser_specific_settings": {
"gecko": {
"id": "{7b7b4b6d-3f2e-4c6d-8f0b-4b6c2d6f9a2e}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"content_scripts": [
{
"matches": [
"https://codeforces.com/contests*"
],
"js": [
"content-script.js"
],
"css": [
"content-script.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"img/googleCalendar.png",
"img/appleCalendar.png"
],
"matches": [
"https://codeforces.com/contests*"
]
}
]
} ベストのCodeforces Calendar Button代替案
Codeforces Calendar Buttonに類似したFirefox add-onをいくつか紹介します:
CP Calendar
Arjun
Coding Schedule
da2016-g119
Codecal
Imran Shihab
Codeforces contests
Aditya
Contests Tracker
Aditya
Gradescope Add to Calendar
catastic
Kontest Reminder
Rishikesh Rachchh
CP Buddy
sainad2222
Dicoding Submission Date
Soesapto Joeni Hantoro
KONTESTS
Ali Fadel
Codeforces Theme Changer
MostlyK