Competitive Companion

Copy CodeChef test-cases in a Click.

Competitive Companionとは何ですか?

Competitive CompanionはUtkarsh Gargによって開発されたChromeの拡張機能で、その主な機能は「Copy CodeChef test-cases in a Click.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        An extension for competitive coding for swiftly opening codechef and copying test cases on codechef in just one click.                    

拡張機能の基本情報

名前 Competitive Companion Competitive Companion
ID ggcfcaiiadodpdfnphnejkocgjejcbic
公式URL https://chromewebstore.google.com/detail/competitive-companion/ggcfcaiiadodpdfnphnejkocgjejcbic
説明 Copy CodeChef test-cases in a Click.
ファイルサイズ 9.65 KB
インストール数 736
現在のバージョン 1.0
最終更新日 2020-12-12
公開日 2020-11-22
評価 5.00/5 合計 1 レビュー
開発者 Utkarsh Garg
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Competitive Companion",
    "version": "1.0",
    "description": "Copy CodeChef test-cases in a Click.",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}