JS Runner - CTH

Run JavaScript Code in the Online Sites

JS Runner - CTHคืออะไร?

JS Runner - CTH เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C Tech Hindi และคุณลักษณะหลักของมันคือ "Run JavaScript Code in the Online Sites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JS Runner - CTH

ดาวน์โหลดไฟล์ส่วนขยาย JS Runner - CTH ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        # JS Runner - CTH
    Run JavaScript Code in the Online Sites

# Features
   * Run Custom JavaScript in Sites
   *  Microsoft VS Editor

# Editor Shortcut Key 
   * Save Data `Ctrl + S`
   * Full Screen `F11`
   * Change Tab Size
   * Change Font Size

# Copyright and License copyright

Code copyright 2020 ctechhindi. Code released under the MIT license.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JS Runner - CTH JS Runner - CTH
ID ohfgciebjhocphgcikdnldicgfhdbllj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/js-runner-cth/ohfgciebjhocphgcikdnldicgfhdbllj
คำอธิบาย Run JavaScript Code in the Online Sites
ขนาดไฟล์ 2.94 MB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2021-03-18
วันที่เผยแพร่ 2020-09-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา C Tech Hindi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ctechhindi.in/extensions/js-runner/
URL หน้าช่วยเหลือ https://ctechhindi.in/extensions/js-runner/#support
URL หน้านโยบายความเป็นส่วนตัว https://ctechhindi.in/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.8",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "icons": {
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png",
            "32": "icons\/32x32.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}