Hi,
Delicious extension (alpha version) for Google chrome is now available
at the following link
http://groups.google.com/group/chromium-extensions/web/DeliciousBookm... (You may have to save the file on disk and then drag on Chrome window
to trigger the install. You need to run chrome with the --enable-
extensions flag to use the extension)
This is a light version of the extension and allows you to sign-in and
post bookmarks to your delicious account.
It adds a button on the omni bar for sign-in/bookmarking and and also
allows you to bookmark using the keyboard
shortcut Ctrl+D. The button becomes visible after a page is fully
loaded.
> This is a light version of the extension and allows you to sign-in and
> post bookmarks to your delicious account.
> It adds a button on the omni bar for sign-in/bookmarking and and also
> allows you to bookmark using the keyboard
> shortcut Ctrl+D. The button becomes visible after a page is fully
> loaded.
>> This is a light version of the extension and allows you to sign-in and
>> post bookmarks to your delicious account.
>> It adds a button on the omni bar for sign-in/bookmarking and and also
>> allows you to bookmark using the keyboard
>> shortcut Ctrl+D. The button becomes visible after a page is fully
>> loaded.
> >> This is a light version of the extension and allows you to sign-in and
> >> post bookmarks to your delicious account.
> >> It adds a button on the omni bar for sign-in/bookmarking and and also
> >> allows you to bookmark using the keyboard
> >> shortcut Ctrl+D. The button becomes visible after a page is fully
> >> loaded.
I'm maintain a similar delicious extension for chrome, it support
some additional features beyond bookmark button, such as show the tags
of current page, add selected text to bookmark as description etc.
If you have interest, I think I could contribute it to delicious,
and co-work with you to maintain same one version.
What's your opinion?
> Hi,
> Delicious extension (alpha version) for Google chrome is now available
> at the following linkhttp://groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> (You may have to save the file on disk and then drag on Chrome window
> to trigger the install. You need to run chrome with the --enable-
> extensions flag to use the extension)
> This is a light version of the extension and allows you to sign-in and
> post bookmarks to your delicious account.
> It adds a button on the omni bar for sign-in/bookmarking and and also
> allows you to bookmark using the keyboard
> shortcut Ctrl+D. The button becomes visible after a page is fully
> loaded.
The Delicious extension hits the page_actions.icons (plural) breaking
change for extensions in Dev 3.0.192.1 (Official Build 20012)
From this thread: http://groups.google.com/group/chromium-extensions/browse_thread/thre... The page_actions.icon property in the manifest has been renamed
page_actions.icons (plural) and is now an array of strings instead of
a single string. This was changed so that page actions could
dynamically change their icon in response to some action in the
browser.
Looking forward to the Delicious extension being fixed soon!
On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> I'm maintain a similar delicious extension for chrome, it support
> some additional features beyond bookmark button, such as show the tags
> of current page, add selected text to bookmark as description etc.
> If you have interest, I think I could contribute it to delicious,
> and co-work with you to maintain same one version.
> What's your opinion?
> On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > Hi,
> > Delicious extension (alpha version) for Google chrome is now available
> > at the following linkhttp://groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > (You may have to save the file on disk and then drag on Chrome window
> > to trigger the install. You need to run chrome with the --enable-
> > extensions flag to use the extension)
> > This is a light version of the extension and allows you to sign-in and
> > post bookmarks to your delicious account.
> > It adds a button on the omni bar for sign-in/bookmarking and and also
> > allows you to bookmark using the keyboard
> > shortcut Ctrl+D. The button becomes visible after a page is fully
> > loaded.
> The Delicious extension hits the page_actions.icons (plural) breaking
> change for extensions in Dev 3.0.192.1 (Official Build 20012)
> From this thread:http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> The page_actions.icon property in the manifest has been renamed
> page_actions.icons (plural) and is now an array of strings instead of
> a single string. This was changed so that page actions could
> dynamically change their icon in response to some action in the
> browser.
> Looking forward to the Delicious extension being fixed soon!
> On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > Hi Papnai,
> > I'm maintain a similar delicious extension for chrome, it support
> > some additional features beyond bookmark button, such as show the tags
> > of current page, add selected text to bookmark as description etc.
> > If you have interest, I think I could contribute it to delicious,
> > and co-work with you to maintain same one version.
> > What's your opinion?
> > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > Hi,
> > > Delicious extension (alpha version) for Google chrome is now available
> > > at the following linkhttp://groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > (You may have to save the file on disk and then drag on Chrome window
> > > to trigger the install. You need to run chrome with the --enable-
> > > extensions flag to use the extension)
> > > This is a light version of the extension and allows you to sign-in and
> > > post bookmarks to your delicious account.
> > > It adds a button on the omni bar for sign-in/bookmarking and and also
> > > allows you to bookmark using the keyboard
> > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > loaded.
> > > You inputs and feature requests are welcome.
Does this still work? I tried installing today, with build 3.0.196.0;
when I go to chrome://extensions, it shows that the delicious
extension is installed. But ctrl+d brings up the normal chromium
bookmark, and there is seemingly no other delicious related changes to
the browser (ie, no delicious icon on right of url box, etc).
Am I missing something or is this just gone?
(Oh - Ubuntu 9.04, Chromium 3.0.196.0)
On Jul 9, 9:18 am, Vivek <mvivekana...@gmail.com> wrote:
> On Jul 9, 3:30 am, dhhwai <dhh...@gmail.com> wrote:
> > The Delicious extension hits the page_actions.icons (plural) breaking
> > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > From this thread:http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > The page_actions.icon property in the manifest has been renamed
> > page_actions.icons (plural) and is now an array of strings instead of
> > a single string. This was changed so that page actions could
> > dynamically change their icon in response to some action in the
> > browser.
> > Looking forward to the Delicious extension being fixed soon!
> > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > Hi Papnai,
> > > I'm maintain a similar delicious extension for chrome, it support
> > > some additional features beyond bookmark button, such as show the tags
> > > of current page, add selected text to bookmark as description etc.
> > > If you have interest, I think I could contribute it to delicious,
> > > and co-work with you to maintain same one version.
> > > What's your opinion?
> > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > Hi,
> > > > Delicious extension (alpha version) for Google chrome is now available
> > > > at the following linkhttp://groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > (You may have to save the file on disk and then drag on Chrome window
> > > > to trigger the install. You need to run chrome with the --enable-
> > > > extensions flag to use the extension)
> > > > This is a light version of the extension and allows you to sign-in and
> > > > post bookmarks to your delicious account.
> > > > It adds a button on the omni bar for sign-in/bookmarking and and also
> > > > allows you to bookmark using the keyboard
> > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > loaded.
> > > > You inputs and feature requests are welcome.
On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com> wrote:
> Does this still work? I tried installing today, with build 3.0.196.0;
> when I go to chrome://extensions, it shows that the delicious
> extension is installed. But ctrl+d brings up the normal chromium
> bookmark, and there is seemingly no other delicious related changes to
> the browser (ie, no delicious icon on right of url box, etc).
> > Updated Delicious Extension (alpha 0.02) is now available athttp://
> groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > - The extension now works with Dev 3.0192.1
> > - Selected text is automatically placed in 'Notes' field if a web page
> > is bookmarked using Ctrl+D.
> > Due to broken extension/content script communicationhttp://
> groups.google.com/group/chromium-extensions/browse_thread/thre...
> > selected text placing will not work if bookmark is added using Tag
> > Button.
> > On Jul 9, 3:30 am, dhhwai <dhh...@gmail.com> wrote:
> > > The Delicious extension hits the page_actions.icons (plural) breaking
> > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > From this thread:
> http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > The page_actions.icon property in the manifest has been renamed
> > > page_actions.icons (plural) and is now an array of strings instead of
> > > a single string. This was changed so that page actions could
> > > dynamically change their icon in response to some action in the
> > > browser.
> > > Looking forward to the Delicious extension being fixed soon!
> > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > Hi Papnai,
> > > > I'm maintain a similar delicious extension for chrome, it support
> > > > some additional features beyond bookmark button, such as show the
> tags
> > > > of current page, add selected text to bookmark as description etc.
> > > > If you have interest, I think I could contribute it to delicious,
> > > > and co-work with you to maintain same one version.
> > > > What's your opinion?
> > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > > Hi,
> > > > > Delicious extension (alpha version) for Google chrome is now
> available
> > > > > at the following linkhttp://
> groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > (You may have to save the file on disk and then drag on Chrome
> window
> > > > > to trigger the install. You need to run chrome with the --enable-
> > > > > extensions flag to use the extension)
> > > > > This is a light version of the extension and allows you to sign-in
> and
> > > > > post bookmarks to your delicious account.
> > > > > It adds a button on the omni bar for sign-in/bookmarking and and
> also
> > > > > allows you to bookmark using the keyboard
> > > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > > loaded.
> > > > > You inputs and feature requests are welcome.
On Windows Chrome Dev version 3.0.195.3 - The extension is installed
and works fine with Ctrl-D. But when I try to click on the bookmark in
the right of the omnibar, nothing happens.
Hope it helps, keep up the great work!
--
Jeremy
On Jul 29, 6:21 am, PhistucK <phist...@gmail.com> wrote:
> Not sure extensions are regularly supported on Linux yet.
> ☆PhistucK
> On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com> wrote:
> > Does this still work? I tried installing today, with build 3.0.196.0;
> > when I go to chrome://extensions, it shows that the delicious
> > extension is installed. But ctrl+d brings up the normal chromium
> > bookmark, and there is seemingly no other delicious related changes to
> > the browser (ie, no delicious icon on right of url box, etc).
> > > Updated Delicious Extension (alpha 0.02) is now available athttp://
> > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > - The extension now works with Dev 3.0192.1
> > > - Selected text is automatically placed in 'Notes' field if a web page
> > > is bookmarked using Ctrl+D.
> > > Due to broken extension/content script communicationhttp://
> > groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > selected text placing will not work if bookmark is added using Tag
> > > Button.
> > > > The Delicious extension hits the page_actions.icons (plural) breaking
> > > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > > From this thread:
> >http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > The page_actions.icon property in the manifest has been renamed
> > > > page_actions.icons (plural) and is now an array of strings instead of
> > > > a single string. This was changed so that page actions could
> > > > dynamically change their icon in response to some action in the
> > > > browser.
> > > > Looking forward to the Delicious extension being fixed soon!
> > > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > > Hi Papnai,
> > > > > I'm maintain a similar delicious extension for chrome, it support
> > > > > some additional features beyond bookmark button, such as show the
> > tags
> > > > > of current page, add selected text to bookmark as description etc.
> > > > > If you have interest, I think I could contribute it to delicious,
> > > > > and co-work with you to maintain same one version.
> > > > > What's your opinion?
> > > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > > > Hi,
> > > > > > Delicious extension (alpha version) for Google chrome is now
> > available
> > > > > > at the following linkhttp://
> > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > (You may have to save the file on disk and then drag on Chrome
> > window
> > > > > > to trigger the install. You need to run chrome with the --enable-
> > > > > > extensions flag to use the extension)
> > > > > > This is a light version of the extension and allows you to sign-in
> > and
> > > > > > post bookmarks to your delicious account.
> > > > > > It adds a button on the omni bar for sign-in/bookmarking and and
> > also
> > > > > > allows you to bookmark using the keyboard
> > > > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > > > loaded.
> > > > > > You inputs and feature requests are welcome.
> On Windows Chrome Dev version 3.0.195.3 - The extension is installed
> and works fine with Ctrl-D. But when I try to click on the bookmark in
> the right of the omnibar, nothing happens.
> Hope it helps, keep up the great work!
> --
> Jeremy
> On Jul 29, 6:21 am, PhistucK <phist...@gmail.com> wrote:
> > Not sure extensions are regularly supported on Linux yet.
> > ☆PhistucK
> > On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com> wrote:
> > > Does this still work? I tried installing today, with build 3.0.196.0;
> > > when I go to chrome://extensions, it shows that the delicious
> > > extension is installed. But ctrl+d brings up the normal chromium
> > > bookmark, and there is seemingly no other delicious related changes to
> > > the browser (ie, no delicious icon on right of url box, etc).
> > > Am I missing something or is this just gone?
> > > > Updated Delicious Extension (alpha 0.02) is now available athttp://
> > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > - The extension now works with Dev 3.0192.1
> > > > - Selected text is automatically placed in 'Notes' field if a web page
> > > > is bookmarked using Ctrl+D.
> > > > Due to broken extension/content script communicationhttp://
> > > groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > selected text placing will not work if bookmark is added using Tag
> > > > Button.
> > > > > The Delicious extension hits the page_actions.icons (plural) breaking
> > > > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > > > From this thread:
> > >http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > The page_actions.icon property in the manifest has been renamed
> > > > > page_actions.icons (plural) and is now an array of strings instead of
> > > > > a single string. This was changed so that page actions could
> > > > > dynamically change their icon in response to some action in the
> > > > > browser.
> > > > > Looking forward to the Delicious extension being fixed soon!
> > > > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > > > Hi Papnai,
> > > > > > I'm maintain a similar delicious extension for chrome, it support
> > > > > > some additional features beyond bookmark button, such as show the
> > > tags
> > > > > > of current page, add selected text to bookmark as description etc.
> > > > > > If you have interest, I think I could contribute it to delicious,
> > > > > > and co-work with you to maintain same one version.
> > > > > > What's your opinion?
> > > > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > > > > Hi,
> > > > > > > Delicious extension (alpha version) for Google chrome is now
> > > available
> > > > > > > at the following linkhttp://
> > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > (You may have to save the file on disk and then drag on Chrome
> > > window
> > > > > > > to trigger the install. You need to run chrome with the --enable-
> > > > > > > extensions flag to use the extension)
> > > > > > > This is a light version of the extension and allows you to sign-in
> > > and
> > > > > > > post bookmarks to your delicious account.
> > > > > > > It adds a button on the omni bar for sign-in/bookmarking and and
> > > also
> > > > > > > allows you to bookmark using the keyboard
> > > > > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > > > > loaded.
> > > > > > > You inputs and feature requests are welcome.
> On Jul 29, 2:36 pm, Jeremy Selier <jerem.sel...@gmail.com> wrote:
> > Hi there,
> > On Windows Chrome Dev version 3.0.195.3 - The extension is installed
> > and works fine with Ctrl-D. But when I try to click on the bookmark in
> > the right of the omnibar, nothing happens.
> > Hope it helps, keep up the great work!
> > --
> > Jeremy
> > On Jul 29, 6:21 am, PhistucK <phist...@gmail.com> wrote:
> > > Not sure extensions are regularly supported on Linux yet.
> > > ☆PhistucK
> > > On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com> wrote:
> > > > Does this still work? I tried installing today, with build 3.0.196.0;
> > > > when I go to chrome://extensions, it shows that the delicious
> > > > extension is installed. But ctrl+d brings up the normal chromium
> > > > bookmark, and there is seemingly no other delicious related changes to
> > > > the browser (ie, no delicious icon on right of url box, etc).
> > > > Am I missing something or is this just gone?
> > > > > Updated Delicious Extension (alpha 0.02) is now available athttp://
> > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > - The extension now works with Dev 3.0192.1
> > > > > - Selected text is automatically placed in 'Notes' field if a web page
> > > > > is bookmarked using Ctrl+D.
> > > > > Due to broken extension/content script communicationhttp://
> > > > groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > selected text placing will not work if bookmark is added using Tag
> > > > > Button.
> > > > > > The Delicious extension hits the page_actions.icons (plural) breaking
> > > > > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > > > > From this thread:
> > > >http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > The page_actions.icon property in the manifest has been renamed
> > > > > > page_actions.icons (plural) and is now an array of strings instead of
> > > > > > a single string. This was changed so that page actions could
> > > > > > dynamically change their icon in response to some action in the
> > > > > > browser.
> > > > > > Looking forward to the Delicious extension being fixed soon!
> > > > > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > > > > Hi Papnai,
> > > > > > > I'm maintain a similar delicious extension for chrome, it support
> > > > > > > some additional features beyond bookmark button, such as show the
> > > > tags
> > > > > > > of current page, add selected text to bookmark as description etc.
> > > > > > > If you have interest, I think I could contribute it to delicious,
> > > > > > > and co-work with you to maintain same one version.
> > > > > > > What's your opinion?
> > > > > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > > > > > Hi,
> > > > > > > > Delicious extension (alpha version) for Google chrome is now
> > > > available
> > > > > > > > at the following linkhttp://
> > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > > (You may have to save the file on disk and then drag on Chrome
> > > > window
> > > > > > > > to trigger the install. You need to run chrome with the --enable-
> > > > > > > > extensions flag to use the extension)
> > > > > > > > This is a light version of the extension and allows you to sign-in
> > > > and
> > > > > > > > post bookmarks to your delicious account.
> > > > > > > > It adds a button on the omni bar for sign-in/bookmarking and and
> > > > also
> > > > > > > > allows you to bookmark using the keyboard
> > > > > > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > > > > > loaded.
> > > > > > > > You inputs and feature requests are welcome.
> > Thanks for reporting this. I will look into it.
> > Regards,
> > Vivek
> > On Jul 29, 2:36 pm, Jeremy Selier <jerem.sel...@gmail.com> wrote:
> > > Hi there,
> > > On Windows Chrome Dev version 3.0.195.3 - The extension is installed
> > > and works fine with Ctrl-D. But when I try to click on the bookmark in
> > > the right of the omnibar, nothing happens.
> > > > Not sure extensions are regularly supported on Linux yet.
> > > > ☆PhistucK
> > > > On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com>
> wrote:
> > > > > Does this still work? I tried installing today, with build
> 3.0.196.0;
> > > > > when I go to chrome://extensions, it shows that the delicious
> > > > > extension is installed. But ctrl+d brings up the normal chromium
> > > > > bookmark, and there is seemingly no other delicious related changes
> to
> > > > > the browser (ie, no delicious icon on right of url box, etc).
> > > > > Am I missing something or is this just gone?
> > > > > > Updated Delicious Extension (alpha 0.02) is now available
> athttp://
> > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > - The extension now works with Dev 3.0192.1
> > > > > > - Selected text is automatically placed in 'Notes' field if a web
> page
> > > > > > is bookmarked using Ctrl+D.
> > > > > > Due to broken extension/content script communicationhttp://
> > > > > groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > selected text placing will not work if bookmark is added using
> Tag
> > > > > > Button.
> > > > > > > The Delicious extension hits the page_actions.icons (plural)
> breaking
> > > > > > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > > > > > From this thread:
> http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > > The page_actions.icon property in the manifest has been renamed
> > > > > > > page_actions.icons (plural) and is now an array of strings
> instead of
> > > > > > > a single string. This was changed so that page actions could
> > > > > > > dynamically change their icon in response to some action in the
> > > > > > > browser.
> > > > > > > Looking forward to the Delicious extension being fixed soon!
> > > > > > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > > > > > Hi Papnai,
> > > > > > > > I'm maintain a similar delicious extension for chrome, it
> support
> > > > > > > > some additional features beyond bookmark button, such as show
> the
> > > > > tags
> > > > > > > > of current page, add selected text to bookmark as description
> etc.
> > > > > > > > If you have interest, I think I could contribute it to
> delicious,
> > > > > > > > and co-work with you to maintain same one version.
> > > > > > > > What's your opinion?
> > > > > > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com>
> wrote:
> > > > > > > > > Hi,
> > > > > > > > > Delicious extension (alpha version) for Google chrome is
> now
> > > > > available
> > > > > > > > > at the following linkhttp://
> > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > > > (You may have to save the file on disk and then drag on
> Chrome
> > > > > window
> > > > > > > > > to trigger the install. You need to run chrome with the
> --enable-
> > > > > > > > > extensions flag to use the extension)
> > > > > > > > > This is a light version of the extension and allows you to
> sign-in
> > > > > and
> > > > > > > > > post bookmarks to your delicious account.
> > > > > > > > > It adds a button on the omni bar for sign-in/bookmarking
> and and
> > > > > also
> > > > > > > > > allows you to bookmark using the keyboard
> > > > > > > > > shortcut Ctrl+D. The button becomes visible after a page is
> fully
> > > > > > > > > loaded.
> > > > > > > > > You inputs and feature requests are welcome.
> It's not working anymore, It crashes, dev ver 3.0.196.2
> On Jul 29, 12:51 pm, Vivek <mvivekana...@gmail.com> wrote:
> > Hi,
> > Thanks for reporting this. I will look into it.
> > Regards,
> > Vivek
> > On Jul 29, 2:36 pm, Jeremy Selier <jerem.sel...@gmail.com> wrote:
> > > Hi there,
> > > On Windows Chrome Dev version 3.0.195.3 - The extension is installed
> > > and works fine with Ctrl-D. But when I try to click on the bookmark in
> > > the right of the omnibar, nothing happens.
> > > > Not sure extensions are regularly supported on Linux yet.
> > > > ☆PhistucK
> > > > On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com> wrote:
> > > > > Does this still work? I tried installing today, with build 3.0.196.0;
> > > > > when I go to chrome://extensions, it shows that thedelicious
> > > > > extension is installed. But ctrl+d brings up the normal chromium
> > > > > bookmark, and there is seemingly no otherdeliciousrelated changes to
> > > > > the browser (ie, nodeliciousicon on right of url box, etc).
> > > > > Am I missing something or is this just gone?
> > > > > > UpdatedDeliciousExtension (alpha 0.02) is now available athttp://
> > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > - The extension now works with Dev 3.0192.1
> > > > > > - Selected text is automatically placed in 'Notes' field if a web page
> > > > > > is bookmarked using Ctrl+D.
> > > > > > Due to broken extension/content script communicationhttp://
> > > > > groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > selected text placing will not work if bookmark is added using Tag
> > > > > > Button.
> > > > > > > TheDeliciousextension hits the page_actions.icons (plural) breaking
> > > > > > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > > > > > From this thread:
> > > > >http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > > The page_actions.icon property in the manifest has been renamed
> > > > > > > page_actions.icons (plural) and is now an array of strings instead of
> > > > > > > a single string. This was changed so that page actions could
> > > > > > > dynamically change their icon in response to some action in the
> > > > > > > browser.
> > > > > > > Looking forward to theDeliciousextension being fixed soon!
> > > > > > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > > > > > Hi Papnai,
> > > > > > > > I'm maintain a similardeliciousextension for chrome, it support
> > > > > > > > some additional features beyond bookmark button, such as show the
> > > > > tags
> > > > > > > > of current page, add selected text to bookmark as description etc.
> > > > > > > > If you have interest, I think I could contribute it todelicious,
> > > > > > > > and co-work with you to maintain same one version.
> > > > > > > > What's your opinion?
> > > > > > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > > > > > > Hi,
> > > > > > > > >Deliciousextension (alpha version) for Google chrome is now
> > > > > available
> > > > > > > > > at the following linkhttp://
> > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > > > (You may have to save the file on disk and then drag on Chrome
> > > > > window
> > > > > > > > > to trigger the install. You need to run chrome with the --enable-
> > > > > > > > > extensions flag to use the extension)
> > > > > > > > > This is a light version of the extension and allows you to sign-in
> > > > > and
> > > > > > > > > post bookmarks to yourdeliciousaccount.
> > > > > > > > > It adds a button on the omni bar for sign-in/bookmarking and and
> > > > > also
> > > > > > > > > allows you to bookmark using the keyboard
> > > > > > > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > > > > > > loaded.
> > > > > > > > > You inputs and feature requests are welcome.
> On Aug 5, 2:18 pm, Johann <esc...@gmail.com> wrote:
> > Hi,
> > It's not working anymore, It crashes, dev ver 3.0.196.2
> > On Jul 29, 12:51 pm, Vivek <mvivekana...@gmail.com> wrote:
> > > Hi,
> > > Thanks for reporting this. I will look into it.
> > > Regards,
> > > Vivek
> > > On Jul 29, 2:36 pm, Jeremy Selier <jerem.sel...@gmail.com> wrote:
> > > > Hi there,
> > > > On Windows Chrome Dev version 3.0.195.3 - The extension is installed
> > > > and works fine with Ctrl-D. But when I try to click on the bookmark in
> > > > the right of the omnibar, nothing happens.
> > > > > Not sure extensions are regularly supported on Linux yet.
> > > > > ☆PhistucK
> > > > > On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com> wrote:
> > > > > > Does this still work? I tried installing today, with build 3.0.196.0;
> > > > > > when I go to chrome://extensions, it shows that thedelicious
> > > > > > extension is installed. But ctrl+d brings up the normal chromium
> > > > > > bookmark, and there is seemingly no otherdeliciousrelated changes to
> > > > > > the browser (ie, nodeliciousicon on right of url box, etc).
> > > > > > Am I missing something or is this just gone?
> > > > > > > UpdatedDeliciousExtension (alpha 0.02) is now available athttp://
> > > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > - The extension now works with Dev 3.0192.1
> > > > > > > - Selected text is automatically placed in 'Notes' field if a web page
> > > > > > > is bookmarked using Ctrl+D.
> > > > > > > Due to broken extension/content script communicationhttp://
> > > > > > groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > > selected text placing will not work if bookmark is added using Tag
> > > > > > > Button.
> > > > > > > > TheDeliciousextension hits the page_actions.icons (plural) breaking
> > > > > > > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > > > > > > From this thread:
> > > > > >http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > > > The page_actions.icon property in the manifest has been renamed
> > > > > > > > page_actions.icons (plural) and is now an array of strings instead of
> > > > > > > > a single string. This was changed so that page actions could
> > > > > > > > dynamically change their icon in response to some action in the
> > > > > > > > browser.
> > > > > > > > Looking forward to theDeliciousextension being fixed soon!
> > > > > > > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > > > > > > Hi Papnai,
> > > > > > > > > I'm maintain a similardeliciousextension for chrome, it support
> > > > > > > > > some additional features beyond bookmark button, such as show the
> > > > > > tags
> > > > > > > > > of current page, add selected text to bookmark as description etc.
> > > > > > > > > If you have interest, I think I could contribute it todelicious,
> > > > > > > > > and co-work with you to maintain same one version.
> > > > > > > > > What's your opinion?
> > > > > > > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > > > > > > > Hi,
> > > > > > > > > >Deliciousextension (alpha version) for Google chrome is now
> > > > > > available
> > > > > > > > > > at the following linkhttp://
> > > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > > > > (You may have to save the file on disk and then drag on Chrome
> > > > > > window
> > > > > > > > > > to trigger the install. You need to run chrome with the --enable-
> > > > > > > > > > extensions flag to use the extension)
> > > > > > > > > > This is a light version of the extension and allows you to sign-in
> > > > > > and
> > > > > > > > > > post bookmarks to yourdeliciousaccount.
> > > > > > > > > > It adds a button on the omni bar for sign-in/bookmarking and and
> > > > > > also
> > > > > > > > > > allows you to bookmark using the keyboard
> > > > > > > > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > > > > > > > loaded.
> > > > > > > > > > You inputs and feature requests are welcome.
> > > > Thanks for reporting this. I will look into it.
> > > > Regards,
> > > > Vivek
> > > > On Jul 29, 2:36 pm, Jeremy Selier <jerem.sel...@gmail.com> wrote:
> > > > > Hi there,
> > > > > On Windows Chrome Dev version 3.0.195.3 - The extension is installed
> > > > > and works fine with Ctrl-D. But when I try to click on the bookmark in
> > > > > the right of the omnibar, nothing happens.
> > > > > > Not sure extensions are regularly supported on Linux yet.
> > > > > > ☆PhistucK
> > > > > > On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com> wrote:
> > > > > > > Does this still work? I tried installing today, with build 3.0.196.0;
> > > > > > > when I go to chrome://extensions, it shows that thedelicious
> > > > > > > extension is installed. But ctrl+d brings up the normal chromium
> > > > > > > bookmark, and there is seemingly no otherdeliciousrelated changes to
> > > > > > > the browser (ie, nodeliciousicon on right of url box, etc).
> > > > > > > Am I missing something or is this just gone?
> > > > > > > > UpdatedDeliciousExtension (alpha 0.02) is now available athttp://
> > > > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > > - The extension now works with Dev 3.0192.1
> > > > > > > > - Selected text is automatically placed in 'Notes' field if a web page
> > > > > > > > is bookmarked using Ctrl+D.
> > > > > > > > Due to broken extension/content script communicationhttp://
> > > > > > > groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > > > selected text placing will not work if bookmark is added using Tag
> > > > > > > > Button.
> > > > > > > > > TheDeliciousextension hits the page_actions.icons (plural) breaking
> > > > > > > > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > > > > > > > From this thread:
> > > > > > >http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > > > > The page_actions.icon property in the manifest has been renamed
> > > > > > > > > page_actions.icons (plural) and is now an array of strings instead of
> > > > > > > > > a single string. This was changed so that page actions could
> > > > > > > > > dynamically change their icon in response to some action in the
> > > > > > > > > browser.
> > > > > > > > > Looking forward to theDeliciousextension being fixed soon!
> > > > > > > > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > > > > > > > Hi Papnai,
> > > > > > > > > > I'm maintain a similardeliciousextension for chrome, it support
> > > > > > > > > > some additional features beyond bookmark button, such as show the
> > > > > > > tags
> > > > > > > > > > of current page, add selected text to bookmark as description etc.
> > > > > > > > > > If you have interest, I think I could contribute it todelicious,
> > > > > > > > > > and co-work with you to maintain same one version.
> > > > > > > > > > What's your opinion?
> > > > > > > > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > > > > > > > > Hi,
> > > > > > > > > > >Deliciousextension (alpha version) for Google chrome is now
> > > > > > > available
> > > > > > > > > > > at the following linkhttp://
> > > > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > > > > > (You may have to save the file on disk and then drag on Chrome
> > > > > > > window
> > > > > > > > > > > to trigger the install. You need to run chrome with the --enable-
> > > > > > > > > > > extensions flag to use the extension)
> > > > > > > > > > > This is a light version of the extension and allows you to sign-in
> > > > > > > and
> > > > > > > > > > > post bookmarks to yourdeliciousaccount.
> > > > > > > > > > > It adds a button on the omni bar for sign-in/bookmarking and and
> > > > > > > also
> > > > > > > > > > > allows you to bookmark using the keyboard
> > > > > > > > > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > > > > > > > > loaded.
> > > > > > > > > > > You inputs and feature requests are welcome.
> > > > > Thanks for reporting this. I will look into it.
> > > > > Regards,
> > > > > Vivek
> > > > > On Jul 29, 2:36 pm, Jeremy Selier <jerem.sel...@gmail.com> wrote:
> > > > > > Hi there,
> > > > > > On Windows Chrome Dev version 3.0.195.3 - The extension is installed
> > > > > > and works fine with Ctrl-D. But when I try to click on the bookmark in
> > > > > > the right of the omnibar, nothing happens.
> > > > > > Hope it helps, keep up the great work!
> > > > > > > Not sure extensions are regularly supported on Linux yet.
> > > > > > > ☆PhistucK
> > > > > > > On Wed, Jul 29, 2009 at 03:02, Michael Rodgers <rodger...@gmail.com> wrote:
> > > > > > > > Does this still work? I tried installing today, with build 3.0.196.0;
> > > > > > > > when I go to chrome://extensions, it shows that thedelicious
> > > > > > > > extension is installed. But ctrl+d brings up the normal chromium
> > > > > > > > bookmark, and there is seemingly no otherdeliciousrelated changes to
> > > > > > > > the browser (ie, nodeliciousicon on right of url box, etc).
> > > > > > > > Am I missing something or is this just gone?
> > > > > > > > > UpdatedDeliciousExtension (alpha 0.02) is now available athttp://
> > > > > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > > > - The extension now works with Dev 3.0192.1
> > > > > > > > > - Selected text is automatically placed in 'Notes' field if a web page
> > > > > > > > > is bookmarked using Ctrl+D.
> > > > > > > > > Due to broken extension/content script communicationhttp://
> > > > > > > > groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > > > > selected text placing will not work if bookmark is added using Tag
> > > > > > > > > Button.
> > > > > > > > > > TheDeliciousextension hits the page_actions.icons (plural) breaking
> > > > > > > > > > change for extensions in Dev 3.0.192.1 (Official Build 20012)
> > > > > > > > > > From this thread:
> > > > > > > >http://groups.google.com/group/chromium-extensions/browse_thread/thre...
> > > > > > > > > > The page_actions.icon property in the manifest has been renamed
> > > > > > > > > > page_actions.icons (plural) and is now an array of strings instead of
> > > > > > > > > > a single string. This was changed so that page actions could
> > > > > > > > > > dynamically change their icon in response to some action in the
> > > > > > > > > > browser.
> > > > > > > > > > Looking forward to theDeliciousextension being fixed soon!
> > > > > > > > > > On Jul 1, 10:27 pm, Flier Lu <flier...@gmail.com> wrote:
> > > > > > > > > > > Hi Papnai,
> > > > > > > > > > > I'm maintain a similardeliciousextension for chrome, it support
> > > > > > > > > > > some additional features beyond bookmark button, such as show the
> > > > > > > > tags
> > > > > > > > > > > of current page, add selected text to bookmark as description etc.
> > > > > > > > > > > If you have interest, I think I could contribute it todelicious,
> > > > > > > > > > > and co-work with you to maintain same one version.
> > > > > > > > > > > What's your opinion?
> > > > > > > > > > > On Jun 30, 4:53 pm, amit papnai <amit.pap...@gmail.com> wrote:
> > > > > > > > > > > > Hi,
> > > > > > > > > > > >Deliciousextension (alpha version) for Google chrome is now
> > > > > > > > available
> > > > > > > > > > > > at the following linkhttp://
> > > > > > > > groups.google.com/group/chromium-extensions/web/DeliciousBookm...
> > > > > > > > > > > > (You may have to save the file on disk and then drag on Chrome
> > > > > > > > window
> > > > > > > > > > > > to trigger the install. You need to run chrome with the --enable-
> > > > > > > > > > > > extensions flag to use the extension)
> > > > > > > > > > > > This is a light version of the extension and allows you to sign-in
> > > > > > > > and
> > > > > > > > > > > > post bookmarks to yourdeliciousaccount.
> > > > > > > > > > > > It adds a button on the omni bar for sign-in/bookmarking and and
> > > > > > > > also
> > > > > > > > > > > > allows you to bookmark using the keyboard
> > > > > > > > > > > > shortcut Ctrl+D. The button becomes visible after a page is fully
> > > > > > > > > > > > loaded.
> > > > > > > > > > > > You inputs and feature requests are welcome.