Competitive Companion

Copy CodeChef test-cases in a Click.

Vad är Competitive Companion?

Competitive Companion är en Chrome-tillägg utvecklad av Utkarsh Garg, och dess huvudfunktion är "Copy CodeChef test-cases in a Click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Competitive Companion-förlängningens CRX-fil

Ladda ner Competitive Companion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Competitive Companion Competitive Companion
ID ggcfcaiiadodpdfnphnejkocgjejcbic
Officiell webbadress https://chromewebstore.google.com/detail/competitive-companion/ggcfcaiiadodpdfnphnejkocgjejcbic
Beskrivning Copy CodeChef test-cases in a Click.
Filstorlek 9.65 KB
Antal Installationer 736
Aktuell Version 1.0
Senast Uppdaterad 2020-12-12
Publiceringsdatum 2020-11-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Utkarsh Garg
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}