提供元: Adham El-Rouby Add-on
Inspect and view changes in Codeforces Problem Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Codeforces Problem Picker",
"description": "Choose a random problem from problemset on Codeforces.",
"version": "1.0",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"css": [
"content.css"
],
"matches": [
"https://codeforces.com/problemset*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "adhamelrouby@aucegypt.edu",
"strict_min_version": "58.0"
}
}
} ベストのCodeforces Problem Picker代替案
Codeforces Problem Pickerに類似したFirefox add-onをいくつか紹介します:
CF Randomizer
GodLShounak
CF Random Problem Generator
Yamin
Eolymp Random Problem
FanaticExplorer
CF Get Problems
Dhanraj Chaurasia
Pick For Me
AceToolz
Codeforces Problem Recommender
Swapnamoy
Codeforces Solutions
Navpreet Singh
Painless LeetCode
nikaltipar
Codeforces Input/Output Extractor
Nonoze
ncrandom
Khaled
Solve Or Suffer
ayu
CF Magic Randomizer
aryanc403