Registering a text field (any type of) (it can be in one click or other means) Is possible) with my extension and open a different input interface?
You can use a hint ...
& Lt; Script & gt; Function disp_prompt () {var fname = sign ("what is your name?"); Warning ("Your name is" + fname); } & Lt; / Script & gt; & Lt; Body onload = disp_prompt () & gt; If you want this popup onclick, you must use a background page
chrome.browserAction.onClicked.addListener (function (tab) {
Comments
Post a Comment