On 7月1日, 上午5時21分, PhistucK <
phist...@gmail.com> wrote:
> A web page cannot detect that an extension is installed, the extension will
> have to expose this information itself.
>
> The following can be used to signal the existence of an extension -
> - You can create a dummy hidden element in the website called
> "extension-installed" and put a value there "no". Check every few seconds
> whether its value has changed.
> - You can call in your content script,
> location.href="javascript:ExtensionIsInstalled()" and have a JavaScript
> function called "ExtensionIsInstalled" on your website.
>
> ☆PhistucK
>
>
>
> On Thu, Jul 1, 2010 at 13:01, malik usman <
malik.usman...@gmail.com> wrote:
> > Hi,
>
> > i have made a plugin, now i want to integrate it with a website...
> > The problem is how a browser detects that the plugin is already
> > installed or not?? is there is anyway we can find this??
>
> > Regards
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Chromium-extensions" group.