Creating a Chrome extension that traverses multiple open Google docs files -


so example premise this:

i've got 4 google (docs) sheets open in 1 window (4) tabs , separate window work. create chrome extension following:

on shortcut key press first column of first sheet clipboard, being able paste in working window. on next key press, i'd first column second sheet, , on next first third etc. should loop first sheet second column, second column second sheet etc. ...

my main question is possible chrome extension?

also gladly hear pointers (i've got decent background in javascript), never done chrome extension before, though started reading documentation google.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -