avoid chrome popup extension to close

后端 未结 5 1532
死守一世寂寞
死守一世寂寞 2020-12-30 05:26

Is there a function that allow me to select text when the extension stays open. Normally when I Use the extension popup and I Click outside the extension the extension close

5条回答
  •  遥遥无期
    2020-12-30 05:55

    There is an alternative hack for this. You can make use of chrome local storage to store the metadata as needed. Upon restart you can read that metadata and render the desired content. You will also probably clear that metadata after you have completed performing the operations based on that.

提交回复
热议问题