CRX Inspector
Examine the inner workings of Chrome extensions.
CRX Inspectorคืออะไร?
CRX Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Juho Nurminen และคุณลักษณะหลักของมันคือ "Examine the inner workings of Chrome extensions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRX Inspector
ดาวน์โหลดไฟล์ส่วนขยาย CRX Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CRX Inspector lets you view the files inside Chrome extensions, apps and themes. With it, developers can easily search through an extension's source code to see how an interesting feature was implemented, and security-conscious users can check extensions for malicious code before installing them. Now on GitHub: https://github.com/jupenur/CRX-Inspector
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CRX Inspector |
ID | lmlpbkpknjcnfabomjkecmkigcphgomk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crx-inspector/lmlpbkpknjcnfabomjkecmkigcphgomk |
คำอธิบาย | Examine the inner workings of Chrome extensions. |
ขนาดไฟล์ | 47.18 KB |
จำนวนการติดตั้ง | 4,353 |
เวอร์ชันปัจจุบัน | 0.1.0.9 |
อัปเดตครั้งล่าสุด | 2014-09-04 |
วันที่เผยแพร่ | 2014-09-04 |
คะแนน | 4.00/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Juho Nurminen |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jupenur/CRX-Inspector |
URL หน้าช่วยเหลือ | https://github.com/jupenur/CRX-Inspector/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Examine the inner workings of Chrome extensions.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5RRAL0kzNb7gNwqQhOoaQlAXn4L7m01rGY5KdsHnIJcGk5\/jRrRB\/p7Fpgrq54rsDrrGkZDFBIGEmoz\/mmzSYOUuiSpax8lDyGnw32DMHWUglpJgLCLVR4yqSFijNR\/C0yFSW8lJO1MydX9Vjbeg1r3fe\/OLcqazavnpnjcFOtwIDAQAB", "manifest_version": 2, "name": "CRX Inspector", "page_action": { "default_icon": "images\/16.png", "default_title": "Inspect this .CRX..." }, "permissions": [ "tabs", "http:\/\/clients2.google.com\/", "http:\/\/clients2.googleusercontent.com\/", "https:\/\/clients2.googleusercontent.com\/" ], "version": "0.1.0.9" } |