Blog Posts
Showing posts with label slt. Show all posts
Showing posts with label slt. Show all posts

Saturday, May 31, 2014

SimpleLastTab 0.94

A small update.
2 things as well:
  • removed used of the deprecated "selected" property in the chrome.tabs.create call.
  • made the create call to set the active tab back to the first tab, so as not to mess up the real active tab.

Tuesday, April 22, 2014

SimpleLastTab 0.93

An update for this small extension!

Basically its just to change the deprecated tabs.getAllInWindow to tabs.query and also to use that and try to fix the problem where the main Chrome window keeps coming back on closing when theres a Chrome app loading in its separate window.

Saturday, March 22, 2014

Updates x3

Ok finally got round to do some extensions dev.
A quick rundown on some of the highlights:

SimpleUndoClose
  • Added the Cmd-key (Mac only) in hotkey options as suggested by a user
  • Added an individual delete button for each closed tab entry
  • Fixed a few things (keyboard bav, double-click etc)
  • Further simplify no closed tab text and added more space between entries
SimpleExtManager
  • Added option to import/export extension groups as suggested by Allen Zha
  • Added permission display in tooltips
  • Added a popup to see all groups and whats in them (also to help id those uninstalled extensions on group import)
  • Added option to launch apps via the popup as suggested by Dante X
SimpleClear
  • Corrected feedback link
  • Fixed keyboard nav
All
  • Hopefully (as have none to test on) the icon looks better on retina displays as requested by Shuang-Yin Wang  
  • Took the changelog out of translations as its a pain to maintain :P

Just a quick post up, for full list check the changelogs.

I see quite a few wanting more from the groups in SimpleExtManager, I will try to do something about it for a future release. (I don't use groups though, for what I've built I only use the simplest functions :P)

Thats all for now :)

Thursday, June 13, 2013

Problems with Chrome Dev Build

Some users of the latest Chrome Dev build may have noticed that SimpleUndoClose and SimpleLastTab is not working correctly. It is due to a bug in the Latest Chrome Dev build (29.0.1535.3).
Problem seem to plague both Windows 7 & 8 as tested.
Both extensions work fine in Chrome Stable.
I have posted a bug report to Chromium Issues already.

Current stable (27.0.1453.110) and current beta (28.0.1500.37) Chrome builds should be unaffected.

20/6/13: The bug is not fixed yet and it looks like theres going to be a revert?
26/6/13: Finally the revert come in with dev 29.0.1547.0! The extensions work again!

Saturday, December 22, 2012

SimpleLastTab update

Discovered that the alarm.create is causing an error (link), didn't notice it before as I was using the extension unpacked. The error broke the tab creation after it runs once.

Anyway, SimpleLastTab has been updated and the error has been resolved using the method stated in the link.