开发者

How to add dialog box on webpage with Chrome Extension?

开发者 https://www.devze.com 2023-02-21 20:54 出处:网络
Does a开发者_开发知识库nyone know how to add a dialog box similar to the one used by Google\'s Voice extension (it\'s the one in the blue activated by clicking on the phone number)?

Does a开发者_开发知识库nyone know how to add a dialog box similar to the one used by Google's Voice extension (it's the one in the blue activated by clicking on the phone number)?

How to add dialog box on webpage with Chrome Extension?

Thanks, Joe Chin


Chrome doesn't come with any GUI API. Everything you see is made in plain javascript and css. You would need to either find some js library that helps with creating dialogs, or style them yourself (that's what that Google Voice extension looks like is doing).

0

精彩评论

暂无评论...
验证码 换一张
取 消