JET DevTools

Useful dev tools for JET developers

JET DevToolsคืออะไร?

JET DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wenlizhi.cn และคุณลักษณะหลักของมันคือ "Useful dev tools for JET developers"

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

screenshot
screenshot

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

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

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

                        Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.

The JET DevTools is used to have a quick debug for dev's daily. 

Guide: https://github.com/wenlz123/chromeextensions-jet-devtools#jet-devtools

Source code: https://github.com/wenlz123/chromeextensions-jet-devtools                    

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

ชื่อ JET DevTools JET DevTools
ID jkknocakeppojnegclddfaccnmhdedpf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jet-devtools/jkknocakeppojnegclddfaccnmhdedpf
คำอธิบาย Useful dev tools for JET developers
ขนาดไฟล์ 745 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2018-05-22
วันที่เผยแพร่ 2018-05-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://wenlizhi.cn
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://wenlizhi.cn
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JET DevTools",
    "version": "0.3.0",
    "description": "Useful dev tools for JET developers",
    "icons": {
        "16": "img\/jet_16.png",
        "48": "img\/jet_48.png",
        "128": "img\/jet_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/jet_48.png",
        "pages\/devtools-background.html"
    ],
    "devtools_page": "pages\/devtools-background.html"
}