i made my own configuration page with chrome.windows.create(), localStorage.setItem() and localStorage.getItem(). not as easy as we would like, but it's a good js practice for me :)
i use chrome.extension.connect()/chrome.extension.onConnect.addListener () channels to communicate my newly created preferences (simply html page with form) with the core at background_page (localStorage.setItem () should be called on background_page because of this function depends on the current page url). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
