Chrome extension for grab contents from web pages easily.
- Flexible rules (see rules.js)
- Rules can be subscribed and updated automatically
Note that only local files ending with .js are allowed to be
subscribed. To allow remote retrieving, .js rules must be
transformed into JSON versions by commands below:
$ node scripts/build-json.js my-rules.js
# There will be a `my-rules.json` file in the same directory