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