A first-run can easily be implemented using a background page and keeping a
flag in localstorage.Pseudo code:
if not localstorage.firstrun {
do first run;
localstorage.firstrun = true;
}
We have a bug for uninstall hooks:
http://code.google.com/p/chromium/issues/detail?id=19383
Cheers,
-Nick
On Mon, Oct 19, 2009 at 11:22 AM, Edwin Khodabakchian <
[email protected]> wrote:
>
> Hi Chromium Team,
> I have a enhancement suggestion: would it be possible to add a
> firstrun and un-install URL to the manifest file to allow the
> extension developer to specify a page which should be loaded the first
> time the user installs the extension and un-install the extension. The
> goal of the install page would be to welcome the user and help them up
> and running with the extension. The goal of the un-install page would
> be to collect some candid feedback as to what went wrong. Something as
> to simple as two new attributes: firstrun and uninstall would do the
> trick.
> Thanks!
> Edwin
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---