CRX Inspector
Examine the inner workings of Chrome extensions.
Hvad er CRX Inspector?
CRX Inspector er en Chrome-udvidelse udviklet af Juho Nurminen, og dens hovedfunktion er "Examine the inner workings of Chrome extensions.".
Udvidelsesskærmbilleder
Download CRX Inspector-udvidelses-CRX-fil
Download CRX Inspector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | CRX Inspector |
ID | lmlpbkpknjcnfabomjkecmkigcphgomk |
Officiel URL | https://chromewebstore.google.com/detail/crx-inspector/lmlpbkpknjcnfabomjkecmkigcphgomk |
Beskrivelse | Examine the inner workings of Chrome extensions. |
Filstørrelse | 47.18 KB |
Antal Installationer | 4,353 |
Nuværende Version | 0.1.0.9 |
Senest Opdateret | 2014-09-04 |
Udgivelsesdato | 2014-09-04 |
Bedømmelse | 4.00/5 Samlet 22 Bedømmelser |
Udvikler | Juho Nurminen |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jupenur/CRX-Inspector |
Hjælpeside-URL | https://github.com/jupenur/CRX-Inspector/issues |
Understøttede Sprog | 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" } |