how to open tronlink wallet from chrome browser programmatically

I have installed tron link wallet extenstions in google chrome browser. I have a web application. I need to open this tron wallet from browser to do transaction. I do not need to open tronlink extension in pop-up window. It is OK if it is opening in either new tab or in the same tab. This question might be duplicate of How can I open my extension’s pop-up with JavaScript? or Activate popup.html from Content Script: Chrome Extension Development. But I am not getting clear answer there. My question is, Is it possible to open tronlink wallet from chrome browser by a click ? If we can, how to do it.

  • google-chrome
  • google-apps-script
  • google-chrome-extension
  • tron

asked Dec 4, 2020 at 12:09
341 3 3 silver badges 17 17 bronze badges

1 Answer 1

If you have a web application that need do Tron transaction (called DAPP) you can use Tron web API ( in javascript ) :

tronWeb.transactionBuilder.sendTrx(to, amount, from, options);

answered Dec 7, 2020 at 13:51
129 4 4 bronze badges

  • google-chrome
  • google-apps-script
  • google-chrome-extension
  • tron
    The Overflow Blog

sponsored post

Linked

Related

Hot Network Questions

Subscribe to RSS

Question feed

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Site design / logo © 2024 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2024.2.15.4895

Leave a Reply

Your email address will not be published. Required fields are marked *