Competitive Companion

Copy CodeChef test-cases in a Click.

Cos'è Competitive Companion?

Competitive Companion è un'estensione di Chrome sviluppata da Utkarsh Garg, e la sua funzione principale è "Copy CodeChef test-cases in a Click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Competitive Companion

Scarica i file di estensione Competitive Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Competitive Companion Competitive Companion
ID ggcfcaiiadodpdfnphnejkocgjejcbic
URL Ufficiale https://chromewebstore.google.com/detail/competitive-companion/ggcfcaiiadodpdfnphnejkocgjejcbic
Descrizione Copy CodeChef test-cases in a Click.
Dimensione del File 9.65 KB
Conteggio Installazioni 736
Versione Corrente 1.0
Ultimo Aggiornamento 2020-12-12
Data di Pubblicazione 2020-11-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Utkarsh Garg
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}