ExtensionCrawler/README.md

24 lines
924 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
2017-01-28 13:34:50 +00:00
* `crawler`: A crawler for extensions from the Chrome Web Store.
* `crx-tool`: A tool for analyzing and extracting `*.crx` files
2016-09-29 15:32:54 +00:00
(i.e., Chrome extensions). Calling `crx-tool.py <extension>.crx`
will check the integrity of the extension.
2017-06-23 17:47:14 +00:00
* `create_db`: A tool for creating/initialiZing the database files
from already existing extension archives.
2016-09-08 18:55:40 +00:00
All utilities are written in Python 3.x. The following non-standard
modules might be required:
2016-12-13 23:43:37 +00:00
* requests (`apt-get install python3-requests`)
2016-12-18 18:32:36 +00:00
* dateutil (`apt-get install python3-dateutil`)
* jsmin (`apt-get install python3-jsmin`)
2016-09-08 18:57:54 +00:00
2016-09-24 09:39:01 +00:00
## Team
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).