0

I am developing an extension for Google Chrome. I need to check every time(at the time of installation) whether this extension is already installed ?. I am looking for a help...

  • possible duplicate of [Check whether user has my chrome extension installed](http://stackoverflow.com/questions/6293498/check-whether-user-has-my-chrome-extension-installed) – Rob W Jun 20 '12 at 13:11

1 Answers1

0

Use the connection methods found here:

Untested method

var myPort=chrome.extension.connect('yourextensionid_qwerqweroijwefoijwef', some_object_to_send_on_connect);

Similar Question

Community
  • 1
  • 1
Viren Rajput
  • 5,426
  • 5
  • 30
  • 41