LiveScriptConsole

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

Vad är LiveScriptConsole?

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

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner LiveScriptConsole-förlängningens CRX-fil

Ladda ner LiveScriptConsole-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 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/LiveScriptConsole

Based on Coffee Console 2                    

Grundläggande Information om Tillägg

Namn LiveScriptConsole LiveScriptConsole
ID omnmkagnicpcpefgjdhngmjjoofoknfp
Officiell webbadress https://chromewebstore.google.com/detail/livescriptconsole/omnmkagnicpcpefgjdhngmjjoofoknfp
Beskrivning A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
Filstorlek 388 KB
Antal Installationer 395
Aktuell Version 1.0.2
Senast Uppdaterad 2021-07-26
Publiceringsdatum 2017-04-25
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Stanford HCI Research Group
E-post geza@cs.stanford.edu
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/habitlab/habitlab/wiki/Privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiveScriptConsole",
    "short_name": "lsconsole",
    "author": "Geza Kovacs",
    "version": "1.0.2",
    "description": "A 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'"
}