code runner

run simple code anytime and anywhere without any environment requirement

code runnerคืออะไร?

code runner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiakai61877 และคุณลักษณะหลักของมันคือ "run simple code anytime and anywhere without any environment requirement"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย code runner

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

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

                        simple code snippet runner on chrome                    

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

ชื่อ code runner code runner
ID dbhlmjpfacmmmplcebbhgbofbckhmpbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/code-runner/dbhlmjpfacmmmplcebbhgbofbckhmpbj
คำอธิบาย run simple code anytime and anywhere without any environment requirement
ขนาดไฟล์ 1.4 MB
จำนวนการติดตั้ง 1,244
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-11-17
วันที่เผยแพร่ 2020-07-21
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา xiakai61877
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "code runner",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "run simple code anytime and anywhere without any environment requirement",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ilovegoogle.cn\/runner"
    ],
    "browser_action": {
        "default_title": "code runner",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}