Search code examples
javascriptgoogle-chromegoogle-chrome-extensiongoogle-docs

Extend Google Docs with a chrome extension?


I was building a container bound script for Google Docs, then wanted a solution that would work on all documents, not just one, so I started writing a Chrome extension with content scripts that add a menu. This was really hard.

My question is, is there a good way to add a menu to ALL Google Docs for an account?


Solution

  • Thats the only way. Why was it that hard with content scripts? Ive done it before.