Does Google Chrome have APIs to access its downloads page? -


am able "tap into" google chrome's downloads page through extension/add-on? want write extension needs file names (or paths) of files being downloaded user. possible? apis should looking at? quite tricky search , don't know begin.

a bit late think possible chrome.downloads api:

http://developer.chrome.com/extensions/downloads.html


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -