JS Tabby

A Chrome extension to replace your new tabs with a simple javascript codepad and console

ما هو JS Tabby؟

JS Tabby هو إضافة Chrome تم تطويرها بواسطة Daniel Larkin، والميزة الرئيسية لها هي "A Chrome extension to replace your new tabs with a simple javascript codepad and console".

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

screenshot

تحميل ملف CRX للإضافة JS Tabby

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

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

                        JS Tabby is a simple extension to make solving problems with Javascript (supporting ES6) even easier.

JS Tabby replaces your 'New Tab' page with a codepad and console so that you can test and run your code on the fly.

----

Latest updates: 

  * Added support for math.js (https://mathjs.org/)
  * Added support for execution performance timing

----

If you would like to report any bugs, feedback and suggestions please do via the Github repository below.                    

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

الاسم JS Tabby JS Tabby
ID cpjccifichaoameijdofhbommdfgecbh
عنوان URL الرسمي https://chromewebstore.google.com/detail/js-tabby/cpjccifichaoameijdofhbommdfgecbh
الوصف A Chrome extension to replace your new tabs with a simple javascript codepad and console
حجم الملف 246 KB
عدد التثبيتات 115
النسخة الحالية 1.0.7
آخر تحديث 2022-08-25
تاريخ النشر 2019-06-06
تقييم 5.00/5 مجموع تقييمات 7
المطور Daniel Larkin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/danzlarkin/js-tabby
عنوان صفحة المساعدة https://github.com/danzlarkin/js-tabby/issues/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS Tabby",
    "description": "A Chrome extension to replace your new tabs with a simple javascript codepad and console",
    "author": "Daniel Larkin ",
    "version": "1.0.7",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "sandbox": {
        "pages": [
            "sandbox\/codepad.html"
        ]
    },
    "icons": {
        "128": "assets\/icon.png"
    },
    "offline_enabled": true,
    "manifest_version": 3
}