CRX Inspector
Examine the inner workings of Chrome extensions.
什麼是CRX Inspector?
CRX Inspector是由Juho Nurminen開發的Chrome擴展程式,該擴展的主要功能是“Examine the inner workings of Chrome extensions.”。
擴展截圖
下載CRX Inspector擴展crx文件
下載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 |
官方網址 | 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" } |