CoffeeScript Console 3

A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.

Vad är CoffeeScript Console 3?

CoffeeScript Console 3 är en Chrome-tillägg utvecklad av Stanford HCI Research Group, och dess huvudfunktion är "A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CoffeeScript Console 3-förlängningens CRX-fil

Ladda ner CoffeeScript Console 3-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

                        A CoffeeScript and LiveScript console within the Chrome Dev Tools.

Open the Developer Tools (Ctrl-Shift-J, or Command-Option-J on Mac) and go to the LiveScriptConsole tab. You can enter LiveScript code, see it compiled to JavaScript, and run it.

Source / Report Issues: https://github.com/gkovacs/CoffeeScriptConsole

Based on LiveScriptConsole and Coffee Console 2                    

Grundläggande Information om Tillägg

Namn CoffeeScript Console 3 CoffeeScript Console 3
ID paafmmbmdepbicdheoakjepmcjnclegh
Officiell webbadress https://chromewebstore.google.com/detail/coffeescript-console-3/paafmmbmdepbicdheoakjepmcjnclegh
Beskrivning A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
Filstorlek 438 KB
Antal Installationer 178
Aktuell Version 1.0.2
Senast Uppdaterad 2021-07-26
Publiceringsdatum 2019-03-08
Utvecklare Stanford HCI Research Group
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/habitlab/habitlab/wiki/Privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoffeeScript Console 3",
    "short_name": "coffeeconsole3",
    "author": "Geza Kovacs",
    "version": "1.0.2",
    "description": "A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.",
    "devtools_page": "coffee.html",
    "icons": {
        "128": "128.png"
    },
    "minimum_chrome_version": "18",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}