pass-by-ref
pass-by-ref

Reputation: 1298

Can I make chrome extension open as part of webpage instead of popup?

I want to build a Google chrome extension where I want the extension take real estate of webpage (half of browser shows webpage and half as chrome extension) instead of showing up as a popup? Is this possible or can I use Javascript injection to achieve this?

Upvotes: 0

Views: 115

Answers (1)

Aefits
Aefits

Reputation: 3469

Yes this is possible but off course you will have to face some limitations and restrictions. There is a working example implemented with same idea. You can play around with this nice example and can learn it easily.

Check this Github.

Upvotes: 2

Related Questions