javascript - How to make a form-filling google chrome extension -


i wondering if provide me links tutorials or explain (with example code), how go making simple google chrome extension (or in programming language or browser if impossible), how make extension can visit specific site, fill login form on site, click links , same sort of thing on linked site.

thanks

personally, not use chrome extension, maybe perl script. there extension called www::mechanize designed kind of stuff.

you can find plenty of tutorials , examples, google it.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -