I cant seem to get my chrome extension to work!

jonajohnson3

Prominent
Aug 24, 2017
6
0
510
I want to make a extension that can open links when clicked on, exactly like this one: http://

But I have more then one account so it creates the doc on my home email, not my school.
The fix is to make the doc create link like this : https://docs.google.com/document/u/0/create
They have it like this: https://docs.google.com/document/create

So I tried making my own but I have no idea why the popup.html not working. It just shows what code you have on the doc.

Heres the download of my failed extension:
https://drive.google.com/file/d/1MB9-VcDn2tpryyjt8BMRmLQzltG-jyiS/view?usp=sharing
 

jonajohnson3

Prominent
Aug 24, 2017
6
0
510
An extension that has a menu of 3-4 buttons that have links to:
https://docs.google.com/document/u/0/create
https://docs.google.com/spreadsheets/u/0/create
https://docs.google.com/presentation/u/0/create

The problem with this extension https://goo.gl/suo1bG is that the links dont have the u/0/ on ot. The u/0/ make it so if you have more then one account loged on then if you change the 0 to a 1 it will create it in the other account.

https://goo.gl/suo1bG - that one creates a doc on my home account, I would like to recreate it so it goes to my school account.