Developer pages

Quick access to Chrome developer pages in the context menu.

Developer pagesคืออะไร?

Developer pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pb_ee1 และคุณลักษณะหลักของมันคือ "Quick access to Chrome developer pages in the context menu."

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

screenshot
screenshot

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

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

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

                        Ever wondered what was under the hood of your favorite browser?

With this extension, you can access the Google Chrome internal tools in the context menu.                    

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

ชื่อ Developer pages Developer pages
ID clpnkaejolcjjjogcldmnjodkjdnhdio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/developer-pages/clpnkaejolcjjjogcldmnjodkjdnhdio
คำอธิบาย Quick access to Chrome developer pages in the context menu.
ขนาดไฟล์ 7.09 KB
จำนวนการติดตั้ง 599
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2012-07-23
วันที่เผยแพร่ 2012-07-23
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา pb_ee1
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer pages",
    "description": "Quick access to Chrome developer pages in the context menu.",
    "version": "1.4",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "engine.js"
        ]
    },
    "icons": {
        "128": "images\/extension\/128.png",
        "16": "images\/extension\/16.png",
        "48": "images\/extension\/48.png"
    }
}