easy inspect

Edit web page elements!

easy inspectคืออะไร?

easy inspect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย K.C.R และคุณลักษณะหลักของมันคือ "Edit web page elements!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use this extension to edit any web page!
Type, change text, paste images etc. 
All changes are done locally and do not modify the actual website, so feel free to play around!                    

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

ชื่อ easy inspect easy inspect
ID jfjjlnififpkkkbbgdncaolfocgkdecm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-inspect/jfjjlnififpkkkbbgdncaolfocgkdecm
คำอธิบาย Edit web page elements!
ขนาดไฟล์ 24.3 KB
จำนวนการติดตั้ง 1,351
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-03
วันที่เผยแพร่ 2020-05-02
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา K.C.R
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "easy inspect",
    "version": "1.0",
    "description": "Edit web page elements!",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "on.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toggle edit mode on\/off.",
        "default_icon": "off.png"
    },
    "manifest_version": 2
}