javascript - Detect installation of firefox extension -


i developing firefox extension , need open new tab when user install add-on.

i found solution in here opening page in firefox after installing addon using preferences. work problem after removing extension , installing again still need have new tab , it's not working preference because found no solution delete it.

there extensions stumbleupon same thing .

so question :

        there way detect installation of add-on? 

thanks

why don't use preference value show new install tab @ first run, change preference false, , if uninstall it, instead of trying delete it, set true again. way if re install you'll show again.

see reference install , uninstall scripts


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -