Google Chrome Developer Update - Geolocation and Incognito Extensions
Friday, March 26, 2010
The Google Chrome Dev channel has been updated to 5.0.356.2 for all platforms since our last developer post. It includes a few new goodies for developers:
- Geolocation API: Run with the --enable-geolocation flag.
- Incognito extensions
- Unpacked extensions are now remembered across browser restarts.
- Favicons for extension pages (define with a 16x16 image in your manifest.json).
- setPopup() was added to browserAction and pageAction for dynamically changing which popup to show based on the selected tab.
Please keep in mind that these features are still under development and are not 100% stable yet. In addition to the above, there are a few new experimental features baking in /trunk. You can try them out with the --enable-experimental-extension-apis flag:
Samples and Tutorials
We’ve added a few new sample extensions tutorials to get you started:
Remember to follow us on Twitter: @ChromiumDev!