ExtensionCrawler/README.md

23 lines
894 B
Markdown
Raw Normal View History

2016-09-08 18:43:35 +00:00
# ExtensionCrawler
A collection of utilities for downloading and analyzing browser
extension from the Chrome Web store.
2016-09-08 18:43:35 +00:00
* `crawler.py`: A crawler for extensions from the Chrome Web
Store. Calling `crawler.py` will downloads 200 extensions from all
categories into a folder `downloaded` in the current directory. In
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 <extension>.crx` will check the
integrity of the extension.
2016-09-08 18:55:40 +00:00
All Utilities are written in Pythen 3.x.
2016-09-08 18:57:54 +00:00
2016-09-24 09:36:25 +00:00
##
* [Achim D. Brucker](http://www.brucker.ch/)
* [Michael Herzberg](http://www.dcs.shef.ac.uk/cgi-bin/makeperson?M.Herzberg)
2016-09-22 20:40:34 +00:00
## License
This project is licensed under the GPL 3.0 (or any later version).