yukar

Chrome Extension JavaScript Code Editor

yukarคืออะไร?

yukar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hectorqiu และคุณลักษณะหลักของมันคือ "Chrome Extension JavaScript Code Editor"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A JavaScript Code Editor.

Features:

* ES6 / 7
* JSX / Vue JSX
* Offline Use

Support:

https://github.com/LoeiFy/yukar

Email:
[email protected]                    

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

ชื่อ yukar yukar
ID ilbmpnheigbnilnbknenakbkkdmaemlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yukar/ilbmpnheigbnilnbknenakbkkdmaemlp
คำอธิบาย Chrome Extension JavaScript Code Editor
ขนาดไฟล์ 323 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา hectorqiu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/LoeiFy/yukar
URL หน้าช่วยเหลือ https://github.com/LoeiFy/yukar
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "yukar",
    "description": "Chrome Extension JavaScript Code Editor",
    "version": "0.3.0",
    "homepage_url": "https:\/\/github.com\/LoeiFy\/yukar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "yukar",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "offline_enabled": true,
    "minimum_chrome_version": "65",
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "iframe.html"
        ]
    },
    "web_accessible_resources": [
        "iframe.js",
        "component\/*"
    ]
}