CRX Inspector

Examine the inner workings of Chrome extensions.

什么是CRX Inspector?

CRX Inspector是由Juho Nurminen开发的Chrome扩展程序,该扩展的主要功能是“Examine the inner workings of Chrome extensions.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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"
}