CRX Inspector
Examine the inner workings of Chrome extensions.
CRX Inspector là gì?
CRX Inspector là một tiện ích mở rộng Chrome được phát triển bởi Juho Nurminen, và tính năng chính của nó là "Examine the inner workings of Chrome extensions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CRX Inspector
Tải xuống các tệp mở rộng CRX Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CRX Inspector |
ID | lmlpbkpknjcnfabomjkecmkigcphgomk |
URL Chính Thức | https://chromewebstore.google.com/detail/crx-inspector/lmlpbkpknjcnfabomjkecmkigcphgomk |
Mô tả | Examine the inner workings of Chrome extensions. |
Kích Thước Tệp | 47.18 KB |
Số Lần Cài Đặt | 4,353 |
Phiên Bản Hiện Tại | 0.1.0.9 |
Cập Nhật Lần Cuối | 2014-09-04 |
Ngày Phát Hành | 2014-09-04 |
Đánh Giá | 4.00/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Juho Nurminen |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jupenur/CRX-Inspector |
URL Trang Trợ Giúp | https://github.com/jupenur/CRX-Inspector/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |