Command-line or scripted access to chrome's extension API.This is currently a work in progress. It is a replacement for my previous "chromix" extension.
It includes three main improvements: 1) it's simpler, 2) it uses JSON on the communication protocol, and 3) it uses a unix-domain socket on the client side (which is more secure).