Updated description of crx-tool.py.

This commit is contained in:
Achim D. Brucker 2016-09-29 16:32:54 +01:00
parent 9958be5774
commit 94791f5e4c
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ extension from the Chrome Web store.
case an extension has already been downloaded, the script skips it. case an extension has already been downloaded, the script skips it.
* `permstats.py`: A tool for generating statistical data from the * `permstats.py`: A tool for generating statistical data from the
crawled extensions. crawled extensions.
* `crx-tool.py`: A tool for analyzing `*.crx` files (i.e., Chrome * `crx-tool.py`: A tool for analyzing and extracting `*.crx` files
extensions). Calling `crx-tool.py <extension>.crx` will check the (i.e., Chrome extensions). Calling `crx-tool.py <extension>.crx`
integrity of the extension. will check the integrity of the extension.
All Utilities are written in Python 3.x. All Utilities are written in Python 3.x.