Submit a Story!
topics:

Extension Process Model (DRAFT) ‎(Chromium Developer Documentation‎)
The extension process is simply a regular renderer process with extension-specific APIs. Each piece of UI (toolstrip, sidebar, etc) is a single HTML page with its own RenderView in the extension process. Chrome scripts are implemented as empty HTML pages with no DOM (like a page with no tag). ...
APIs ‎(Chromium Developer Documentation‎)
dev.chromium.org — Showing 22 items Name Notes Use cases Priority Sort Sort Sort Sort Storage Should come for free... via HTML5 APIs. New Tab Page Replace it entirely, or add modules (iframes?) to it. Read-only user scripts User scripts that have only ... (more) APIs ‎(Chromium Developer Documentation‎)
New Tab Page ‎(Chromium Developer Documentation‎)
New Tab Page ‎(Chromium Developer Documentation‎)
dev.chromium.org — Most Visited : A grid of thumbnails showing the user's nine most frequently visited sites. Searches :... Like most visited, the searches section shows your most frequent searches. Currently, this is a list of the most frequently used keyword searches, ... (more) New Tab Page ‎(Chromium Developer Documentation‎)
Comments
Blog Reactions

Google Chrome Will Have Extensions by May
Google Operating System — ... that will be held in May. Developing extensions for Google Chrome "Learn how Google Chrome makes it easy to write extensions using the web technologies you already know. This talk will cover the basics of the extension system (distribution/packaging, installation, updates), as well as the different APIs to enhance with the browser." We can assume that Google Chrome will add support for extensions before May 27th, when the conference starts. A recently published document explains the process model for extensions. The latest developer ...

Extensions Coming in May for Chrome: Look Out IE [OStatic]
GigaOM Network — ... , goals and guidelines are summarized. And this post delves into the exact processes for developing Chrome extensions. The Chromium core also already ...

Extensions Coming in May for Chrome: Look Out IE
OStatic blogs — ... , goals and guidelines are summarized. And this post delves into the exact processes for developing Chrome extensions. The Chromium core also already ...

Extensions for Google Chrome Coming In May?
TechCrunch — ... Extensions, which are very popular among Firefox users, were notably absent from Chrome when it launched last September. Google has since made it clear that it has always planned to provide for them at some point. However, many have taken it into their hands to hack away at Chrome on their own. As Google Operating System points out, Google has already enabled user scripts for Chrome. A draft of the extensions model can also be found here. Crunch Network: CrunchBoard because it’s ...

Related Content
Chrome Extension HOWTO ‎(Chromium Developer Documentation)‎
dev.chromium.org 3/17/2009 — format_version (required): Tells Chrome which version of the manifest format to use. Right now there is only one version, and it is version 1. (NOTE: Maybe we should just remove this, we can always add a format_version key later if needed). id ...
Release Notes 2.0.156.1 ‎(Chromium Developer Documentation‎)
sites.google.com 1/9/2009 — New version of WebKit. WebKit is the open source code Google Chrome uses to render web pages (HTML and CSS). 1.0.154.36 used basically the same version of WebKit as Safari 3.1, but the WebKit team has made a lot of improvements since that was ...
Release Notes 2.0.156.1 ‎(Chromium Developer Documentation‎)
dev.chromium.org 1/8/2009 — New version of WebKit. WebKit is the open source code Google Chrome uses to render web pages (HTML and CSS). 1.0.154.36 used basically the same version of WebKit as Safari 3.1, but the WebKit team has made a lot of improvements since that was ...
Release Notes ‎(Chromium Developer Documentation)‎
dev.chromium.org 3/17/2009 — [ r11274 ] Ctrl-M will no longer bring up a new window dialog box. (Issue: 8435 ) [ r11285 ] Fixes crash related to the resizing of a window that had a download shelf and had been dragged out from a tab. (Issue: 8477 ) [ r11287 ] Session restore ...
How to Write a Chrome Extension in Three Easy Steps
mattcutts.com 3/18/2009 — I just installed a “hello world” Chrome extension from this Chrome Extension HOWTO page. When you surf to www.google.com, the Google logo is replaced with a Lolcat: Chrome Extension Here’s how to write your own Google Chrome extension in three steps: ...
Subscribing to feeds ‎(Chromium Developer Documentation‎)
sites.google.com 12/17/2008 — Table of contents Discovery We will autodetect RSS and Atom feeds using the standard autodiscovery tags : When a feed is available for a page, we will display an rss icon in the address bar: Clicking on the feed icon will redirect the user to feed, ...
FAQ ‎(Chromium Developer Documentation‎)
dev.chromium.org 2/15/2009 — Q. Does Chromium build a working UI on Mac or Linux? Q. Can I run Chromium on Linux under Wine? Q. Does Chromium on Linux use GTK or Qt? A. We're too early in the port to have incorporated a toolkit. Most of the custom drawing goes through a library ...
Sample Extensions ‎(Chromium Developer Documentation)‎
dev.chromium.org 5/13/2009 — Uninstalling To uninstall an extension, you need to delete its folder and restart Chrome. The extensions that you download from this page are stored under the profile folder. Find your profile folder. It's the directory named Default that's in your ...
Become a Chromium Committer ‎(Chromium Developer Documentation‎)
dev.chromium.org 12/15/2008 — This privilege is granted with some expectation of responsibility: committers are people who care about Chromium and want to help the project meet its goals. A committer is not just someone who can make changes to SVN, but someone who has demonstrated ...
Browser Bootstrapping ‎(Chromium Developer Documentation‎)
sites.google.com 2/13/2009 — The purpose of this document is to help organize and coordinate the effort to get a browser window up and running on Mac and Linux using as much of the code that is already there as possible (with temporary header and link scaffolding, plus ifdefs) as ...
Microsoft Open Source Code Is Part Of Google's ChromeInformationWeek - All Stories And Blogs 2/2/2009
Much of the reader feedback to "Why Windows Must Go Open Source" is saying, "No way." But part of my hypothesis is the fact that Microsoft as a developer culture is much less averse to such a move than Microsoft as a business culture. Consider the ...
Chrome could get Firefox-like extensions by MayCNET News.com 2/5/2009
Google is adding extensions to its Web browser such that it becomes more like Mozilla's Firefox, but Microsoft's Internet Explorer is the big loser here.
Chrome takes new tack for faster JavaScriptCNET News.com 2/5/2009
Google is working on faster regular expression handling for faster JavaScript in Chrome. Translation: faster Web apps.
Chrome takes new tack for faster JavaScriptCNET News - Business Tech 2/5/2009
Chrome programmers have switched out a third-party software package in favor of their own as part of Google's attempt to speed its open-source browser up more. The change came with a key component for processing JavaScript text called regular ...