Injecting input into a tab opened by a Chrome Extension

南楼画角 提交于 2019-12-11 20:14:33

问题


Hello and thank you in advance for reading this.

Im trying to make chrome extension navigate to a website and interact with a form on that website.

The way we are doing this right now is we are making the user input into the extension the origin and the destination, then we are trying to open in a new tab the website, inject the input that the user entered in the extension into the form and clicking the submit button.

Is there anyway to do this with a chrome extension?

again Thank you!

来源:https://stackoverflow.com/questions/24121939/injecting-input-into-a-tab-opened-by-a-chrome-extension

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!