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 | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |