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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}