Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Extensions now a bit more useful on Dev!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aaron Boodman  
View profile  
(2 users)  More options May 12, 8:15 pm
From: Aaron Boodman <a...@chromium.org>
Date: Tue, 12 May 2009 17:15:28 -0700
Local: Tues, May 12 2009 8:15 pm
Subject: Extensions now a bit more useful on Dev!

Hello everyone,

The extensions posse would like to point out that as of today's dev channel
release (2.0.180.0), extensions are starting to be a bit more useful. We can
now put little bits of UI in the chrome of Chrome, and some of the APIs are
starting to come together.
There is still quite a ways to go, but if you're interested in building
extensions for Chrome, this might be a good time to start taking a
look. There are some docs and samples here:

<http://dev.chromium.org/developers/design-documents/extensions/howto>
http://dev.chromium.org/developers/design-documents/extensions/howto
http://dev.chromium.org/developers/design-documents/extensions/samples

Following in what is apparently a tradition[1], one of our samples is a
builtbot monitor. Here is what it looks like when it is running:

[image: buildbot1.png]

And when you mouseover it, it expands to give some more detail:
[image: buildbot2.png]

I have found this to be useful, but I mostly keep it installed for the
awesome swoopy animation when you mouseover. It can't be captured in still
images -- you really must install and experience it in person.

*NOTE*
*
*
If you were already playing with the extension system, there are some
breaking changes in this release:

* All APIs are now at "chrome.foo.bar() instead of chromium.foo.bar()".
* There were many other random renames. See the latest docs which should be
up to date.

Thanks!

- TEP

[1] https://developer.mozilla.org/en/Creating_a_Mozilla_Extension


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Boodman  
View profile  
 More options May 12, 8:26 pm
From: Aaron Boodman <a...@chromium.org>
Date: Tue, 12 May 2009 17:26:13 -0700
Local: Tues, May 12 2009 8:26 pm
Subject: Re: Extensions now a bit more useful on Dev!
Argh, Gmail. You're not my friend anymore.

On Tue, May 12, 2009 at 5:15 PM, Aaron Boodman <a...@chromium.org> wrote:
> Following in what is apparently a tradition[1], one of our samples is a builtbot monitor. Here is what it looks like when it is running:

http://dev.chromium.org/_/rsrc/1242158011422/developers/design-docume...

http://dev.chromium.org/_/rsrc/1242158011422/developers/design-docume...

- a


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile   Translate to Translated (View Original)
 More options May 13, 12:54 am
From: PhistucK <phist...@gmail.com>
Date: Wed, 13 May 2009 07:54:57 +0300
Local: Wed, May 13 2009 12:54 am
Subject: Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

Note that in the Content Scripts page, there are two things to fix -
The sample Content Script for google.com (replacing the image) does not work
because the document.images.length is 0.

Also, there is a mentioning in the comment of the API reference of
chromium.self.onConnect, should be chrome.self.onConnect, no?

Thank you for the hard work, already been experimenting.

☆PhistucK


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Boodman  
View profile   Translate to Translated (View Original)
 More options May 13, 1:08 am
From: Aaron Boodman <a...@chromium.org>
Date: Tue, 12 May 2009 22:08:29 -0700
Local: Wed, May 13 2009 1:08 am
Subject: Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!
2009/5/12 PhistucK <phist...@gmail.com>:

> Note that in the Content Scripts page, there are two things to fix -
> The sample Content Script for google.com (replacing the image) does not work
> because the document.images.length is 0.
> Also, there is a mentioning in the comment of the API reference of
> chromium.self.onConnect, should be chrome.self.onConnect, no?
> Thank you for the hard work, already been experimenting.

> ☆PhistucK

Thanks, I fixed the content script documentation reference to
"chromium". I don't see what you mean though about the sample content
script not working. It seems to work for me.

 -a


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile   Translate to Translated (View Original)
 More options May 13, 1:20 am
From: PhistucK <phist...@gmail.com>
Date: Wed, 13 May 2009 08:20:10 +0300
Local: Wed, May 13 2009 1:20 am
Subject: Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

Oh, so sorry, when I go to google.com, it goes straight to my local domain
(still English, at least) - generally annoying. After I clicked on the link
to go to where I wanted to go in the first place, the script worked because
there is an image there. Sorry!
(Unify the structure of the main Google page in all of the locals!!! :P
Or give me an option to always always always go to google.com :()

By the way - is the Extensions system slated for the Chrome 2 release, or is
it not a requirement for it?
(Because I saw some messages, though not from officials, saying it is slated
for Chrome 3, which seems kind of far away.)
And on the same note, the Beta branch is not being merged with new features
(only really critical ones), as I noticed. Does this mean that the features
currently on the Beta branch are more or less what is to be expected from 2?

Thank you for all of the hard work.

☆PhistucK

2009/5/13 Aaron Boodman <a...@chromium.org>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Kasting  
View profile  
 More options May 13, 1:29 am
From: Peter Kasting <pkast...@chromium.org>
Date: Tue, 12 May 2009 22:29:22 -0700
Local: Wed, May 13 2009 1:29 am
Subject: Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

2009/5/12 PhistucK <phist...@gmail.com>

> Or give me an option to always always always go to google.com :()

www.google.com/ncr ?

By the way - is the Extensions system slated for the Chrome 2 release, or is

> it not a requirement for it?

No

> (Because I saw some messages, though not from officials, saying it is
> slated for Chrome 3, which seems kind of far away.)

How do you know when stable versions will ship?  While it's taken a while to
ship this one, I believe our channel changer estimates "about once a
quarter".

> And on the same note, the Beta branch is not being merged with new features
> (only really critical ones), as I noticed. Does this mean that the features
> currently on the Beta branch are more or less what is to be expected from 2?

Yes

PK


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "[chromium-dev] Re: Extensions now a bit more useful on Dev!" by Nick Baum
Nick Baum  
View profile  
 More options May 13, 1:42 am
From: Nick Baum <nickb...@chromium.org>
Date: Tue, 12 May 2009 22:42:54 -0700
Local: Wed, May 13 2009 1:42 am
Subject: Re: [chromium-discuss] Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

To expand on Peter's comment, we're more focused on specific features than
release numbers. The extension system will work its way to the stable
channel as soon as it's got enough APIs to be broadly useful.

The team is working really hard to get to that point as soon as possible;
we're excited to see it out in the wild too!

-Nick

On Tue, May 12, 2009 at 10:29 PM, Peter Kasting <pkast...@chromium.org>wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile   Translate to Translated (View Original)
 More options May 13, 1:51 am
From: PhistucK <phist...@gmail.com>
Date: Wed, 13 May 2009 08:51:34 +0300
Local: Wed, May 13 2009 1:51 am
Subject: Re: [chromium-discuss] Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

Thank you for your answers, there has been no word regarding what is slated
for what release, so I hoped you could really clear that out - and you did.
About the Chrome 3 release time, a few months are also far away for some
people ;)
And if we go by the estimation, in a year we should have something like
Chrome 5? seems kind of too quick. Is that what you meant?

OK, so now things are far more clear, thank you very much for the meaningful
answers.

☆PhistucK


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Baum  
View profile   Translate to Translated (View Original)
 More options May 13, 1:54 am
From: Nick Baum <nickb...@chromium.org>
Date: Tue, 12 May 2009 22:54:41 -0700
Local: Wed, May 13 2009 1:54 am
Subject: Re: [chromium-discuss] Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

Yeah, don't worry too much about Chrome 3 vs 5, the numbers are just a way
to keep track of releases.
As long as a year from now, you have a Chrome that has lots of cool new
features, we're doing the right thing!

-Nick

2009/5/12 PhistucK <phist...@gmail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile   Translate to Translated (View Original)
 More options May 13, 1:59 am
From: PhistucK <phist...@gmail.com>
Date: Wed, 13 May 2009 08:59:35 +0300
Local: Wed, May 13 2009 1:59 am
Subject: Re: [chromium-discuss] Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

:)
I will change my perspective accordingly. :P

Go Chrome!!! :)

I hope to start helping from now on with the code (I downloaded the source
and will work on the onidle thing), but it will still take some time.

Thank you all!

☆PhistucK

2009/5/13 Nick Baum <nickb...@chromium.org>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Extensions now a bit more useful on Dev!" by jack
jack  
View profile  
 More options May 13, 2:36 am
From: jack <js2...@gmail.com>
Date: Tue, 12 May 2009 23:36:42 -0700 (PDT)
Local: Wed, May 13 2009 2:36 am
Subject: Re: Extensions now a bit more useful on Dev!
Thanks for the update. In previous version, buildbot appeared on the
top of the Chrome and hid the tab bar and I ad to uninstall it. Now it
seems OK. Good to know Chrome has support for status bar, one
important feature.

I will take a look at the update and check (again) whether I am lucky
wrt to use bookmarking to do local storage.

-Jack

On 5月12日, 下午5时15分, Aaron Boodman <a...@chromium.org> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile  
 More options May 13, 2:42 am
From: PhistucK <phist...@gmail.com>
Date: Wed, 13 May 2009 09:42:22 +0300
Local: Wed, May 13 2009 2:42 am
Subject: Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

Note that it is *not* a status bar.
☆PhistucK

2009/5/13 jack <js2...@gmail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google