LC Predictor

Browser extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself.

LC Predictorとは何ですか?

LC Predictorはhttps://lcpredictor.onrender.comによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself.」です。

拡張機能のスクリーンショット

screenshot
screenshot

LC Predictor拡張機能のCRXファイルをダウンロード

LC Predictor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        After participating in Leetcode contests, you wait too long for seeing your new rating. By using this extension you can get your rating changes right after the completion of contest on Leetcode itself. It adds rating changes on leetcode ranking pages for all the contestants.                    

拡張機能の基本情報

名前 LC Predictor LC Predictor
ID jfhgaegpgiepniiebglgjhhfnjcibphh
公式URL https://chromewebstore.google.com/detail/lc-predictor/jfhgaegpgiepniiebglgjhhfnjcibphh
説明 Browser extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself.
ファイルサイズ 172 KB
インストール数 4,687
現在のバージョン 1.0.2
最終更新日 2022-12-19
公開日 2021-08-10
評価 3.73/5 合計 15 レビュー
開発者 https://lcpredictor.onrender.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://lcpredictor.onrender.com/
ヘルプページのURL https://github.com/SysSn13/leetcode-rating-predictor/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LC Predictor",
    "version": "1.0.2",
    "short_name": "LC Predictor",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "icons": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "64": "\/icons\/icon64.png",
            "128": "\/icons\/icon128.png"
        }
    },
    "description": "Browser extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself.",
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png"
    },
    "options_page": ".\/options.html",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/leetcode.com\/*",
        "https:\/\/lcpredictor.onrender.com\/*"
    ]
}