ManifestViewer

View other extensions manifest.json file!

ManifestViewerคืออะไร?

ManifestViewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dex และคุณลักษณะหลักของมันคือ "View other extensions manifest.json file!"

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

screenshot

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

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

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

                        Allows you to view another extensions manifest.json file! This can be used if you need to check how another extension does something in their manifest file etc.

You can get an extensions id from the top URL bar (ex: pnbagoiioggnkkbnlkedejhboodhchlb)

If you get something that says the page has been blocked by chrome refresh and it should fix it!

Contact Dex#8822 on Discord for support or use my email.

(The Screenshot provided is warped do to chrome screenshot size requirements)                    

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

ชื่อ ManifestViewer ManifestViewer
ID pjdpopignkikbjcphnbicklnfpgonejj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/manifestviewer/pjdpopignkikbjcphnbicklnfpgonejj
คำอธิบาย View other extensions manifest.json file!
ขนาดไฟล์ 19.6 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-05-11
วันที่เผยแพร่ 2022-05-10
ผู้พัฒนา Dex
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ManifestViewer",
    "description": "View other extensions manifest.json file!",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}