Yes, it's possible, the best place to start is
http://code.google.com/chrome/extensions/getstarted.html
This group is dedicated to Chrome Developer Tools, the best place to
ask generic extensions questions is at chromium-extensions group:
http://groups.google.com/a/chromium.org/group/chromium-extensions/topics
Best regards,
Andrey.
Hi, was anything ever found from this? I'm interested in a similair idea but I can't find any documentation.
Yes, it's possible, the best place to start is
http://code.google.com/chrome/extensions/getstarted.html
This group is dedicated to Chrome Developer Tools, the best place to
ask generic extensions questions is at chromium-extensions group:
http://groups.google.com/a/chromium.org/group/chromium-extensions/topics
var input = document.body.children[1].children[2].children[1];
input.click();
var input = document.getElementById("input_name");input.click();