CoffeeScript Console 3

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

ما هو CoffeeScript Console 3؟

CoffeeScript Console 3 هو إضافة Chrome تم تطويرها بواسطة Stanford HCI Research Group، والميزة الرئيسية لها هي "A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة CoffeeScript Console 3

قم بتنزيل ملفات الامتداد CoffeeScript Console 3 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم CoffeeScript Console 3 CoffeeScript Console 3
ID paafmmbmdepbicdheoakjepmcjnclegh
عنوان URL الرسمي https://chromewebstore.google.com/detail/coffeescript-console-3/paafmmbmdepbicdheoakjepmcjnclegh
الوصف A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
حجم الملف 438 KB
عدد التثبيتات 178
النسخة الحالية 1.0.2
آخر تحديث 2021-07-26
تاريخ النشر 2019-03-08
المطور Stanford HCI Research Group
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://github.com/habitlab/habitlab/wiki/Privacy
اللغات المدعومة 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'"
}