FYI
extension is not working for Chromium 4.0.204.0 (24772)
Edit
I think all extensions are being disabled temporary
This is a discussion on [New Ext] SessionSaver within the Chrome Plugins section, part of the Google Chrome category: FYI extension is not working for Chromium 4.0.204.0 (24772) Edit I think all extensions are being disabled temporary...
FYI
extension is not working for Chromium 4.0.204.0 (24772)
Edit
I think all extensions are being disabled temporary
Last edited by sulasno; 08-28-2009 at 09:25 PM.
Its not working in 4.0.203.2 either ...
When I restart Chrome there are no saved sessions available ...
Wanted to check it out against the other session saver we have on this forum ...
Last edited by StevePaul; 09-01-2009 at 01:23 AM.
Thanks for the info, I'm still on 4.0.201.1
Maybe I'll try and release a maintenance update for 4.0.203.2 if I can find an offline installer.
The other session saver is pretty good, I've already integrated its code for my bookmark exporting feature.
I cleaned up its code for a tutorial on how to use bookmarks here:
http://members.iinet.net.au/~bertdb/...45Extension.js
Found an offline installer for 4.0.203.2. Looks like the offline installers are all organized under similar folders.
http://dl.google.com/chrome/install/..._installer.exe
Last edited by twinsen; 09-05-2009 at 08:12 AM.
Thanks for cleaning that up, it's pretty obvious I hacked it together (not a programmer) and a lot of my code was redundant/unnecessary. If you don't mind, I'll use your cleaned up version as a basis on my thread to help out anybody wanting to learn from it.
Anyways, the getAll function is changed in the latest dev release (4.0.206.1), and I'm guessing will break your extension also. If it helps, to fix it, all you have to do is change "getAll(true," to "getAll({ populate: true },"
I have a bunch of ideas for making a sort of super session manager, but I'm getting slammed with college life right now and the API still isn't completely stable. But one thing I was thinking about was, on your extension when you click the disks and the popup comes up, perhaps pre-populating the name field with something like the time+date or whatever and upon clicking the text box, that preexisting value would disappear and you can type a custom name. This would preserve current functionality and also allow for the quick saving (not sure how many people besides myself would use that though).
Also, the UI in general could use a bit of a reworking IMO since extensions can now utilize moles and sleeker controls. I attached a non-functioning next version UI that I'm working on now, what do you think?
Last edited by jw12345; 09-05-2009 at 09:17 AM.
Thanks I just ran into the chrome.windows.getAll problem and was going to post that exact question.
That kind of gui is what I wanted to begin with, nice to know its possible now.
Do you know of a good mole tutorial or an existing extension I can look at?
When I first heard of moles I looked here:
The way to Mole
But that wasn't enough information for me to get moles working.
Here's the sample extension from google I looked at to get started: http://src.chromium.org/viewvc/chrom.../samples/mole/
It's pretty straightforward, although the CSS was a pain. I just finished up my extension that might be of assistance.
Last edited by jw12345; 09-06-2009 at 03:50 AM.
How do I delete Session Saver? Thanks.
Last edited by QQFarmer; 09-06-2009 at 04:17 AM.
Go to chrome://extensions and hit uninstall for any extension.