Wednesday, 15 May 2013

javascript - List all the extensions installed in google chrome -


I have used all the functions of Chrome: Admin.Gate to list all the extensions installed on my google chrome browser. However, this function only returns the extensions I have installed from Chrome Web Store and what I load (which I have made). I am using this function with the intention of establishing communication with another function.

  chrome.management.getAll (function (extInfos) {extInfos.forEach (function (ext) {console log (ext.name);})}};  

You just do not need id for message extension Is passing between? check: . It can be easily retrieved from the ID extension list (just copy / paste) and it will remain the same even when you publish your extension.


No comments:

Post a Comment