On Wed, Aug 26, 2009 at 3:18 PM, The Sailor<[email protected]> wrote: > > Earlier I had the beta version of the browser .... and on that the > local storage wasn't working. > So, then I backed up my UserData folder and installed the dev channel > version from http://www.google.com/chrome/eula.html?extra=devchannel > > After that the localstorage started working for my extension on the > dev version of the browser. > > I then tried one more test extension and it keeps crashing everytime i > try to install the extension !
The extension crashes? Or chrome crashes? What error are you seeing exactly? Which extension are you trying to install? > The load extension flag works (i.e. if i append --load-extension="C: > \TheSailor\Development\MyCode\googleChromeExtensions\MyTestExtn" to > the target path, it works.) But with this my local storage does not > work as the path for my files won't start as chrome- > extension:// !!! When you use --load-extension, the path for the files in your extension will still be chrome-extension://, it's just that the extension id will be different (it will likely be 32 'a's in a row). Local storage should work exactly the same there as if you had used an installed extension. > Guys any idea why trying to install the extension causes the chrome to > crash ? I don't know of any extension install crashers at the moment, so I'd need to check out your crx file. Erik > > -TS > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
