Codeforces Accepted Status
convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…
什么是Codeforces Accepted Status?
Codeforces Accepted Status是由espreeso010开发的Chrome扩展程序,该扩展的主要功能是“convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…”。
扩展截图
下载Codeforces Accepted Status扩展crx文件
下载Codeforces Accepted Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
convenient features for codeforce
if u r current in problem page
'g' key will navigate you to current problem's friends only status page. 扩展基本信息
| 名称 | |
| ID | lclfamkhegbjgbmaefginodfepckkkme |
| 官方URL | https://chromewebstore.google.com/detail/codeforces-accepted-statu/lclfamkhegbjgbmaefginodfepckkkme |
| 简介 | convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status… |
| 文件大小 | 3.44 KB |
| 安装次数 | 39 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-03-28 |
| 上架时间 | 2021-03-20 |
| 开发者 | espreeso010 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Codeforces Accepted Status",
"version": "1.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/codeforces.com\/*"
],
"js": [
"content.js"
]
}
]
} | |