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 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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