From 94791f5e4c2e64ae3cc5fa3f0c80670b26370aa3 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Thu, 29 Sep 2016 16:32:54 +0100 Subject: [PATCH] Updated description of crx-tool.py. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55fc627..d95afb0 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ extension from the Chrome Web store. case an extension has already been downloaded, the script skips it. * `permstats.py`: A tool for generating statistical data from the crawled extensions. -* `crx-tool.py`: A tool for analyzing `*.crx` files (i.e., Chrome - extensions). Calling `crx-tool.py .crx` will check the - integrity of the extension. +* `crx-tool.py`: A tool for analyzing and extracting `*.crx` files + (i.e., Chrome extensions). Calling `crx-tool.py .crx` + will check the integrity of the extension. All Utilities are written in Python 3.x.