JS Tabby

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

JS Tabby क्या है?

JS Tabby Daniel Larkin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to replace your new tabs with a simple javascript codepad and console"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JS Tabby एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
}