ReadMe.txt

### Unread Tabs Safari Extension ###
 
===========================================================================
DESCRIPTION:
 
An extension that keeps track of the unread tabs in each window. When a tab is opened, it added to a list of unread tabs. When a tab is activated or closed, it is removed from the that list of tabs.
 
When the user clicks on the toolbar item which shows a badge with the number of unread tabs in its window, a menu is shown with a list of the unread tabs. The user can then select an item to go to the unread tab, or choose to close all the tabs that are already read.
 
===========================================================================
BUILD REQUIREMENTS:
 
Safari v5.1 or later
 
===========================================================================
RUNTIME REQUIREMENTS:
 
Safari v5.1 or later
 
===========================================================================
PACKAGING LIST:
 
global.html
    The HTML file for the Global Page. Contains the logic for handing the open, close, and activate events, updating the toolbar item, populating the menu, and responding to the user selecting a menu item.
Info.plist
    The file generated by the Extension Builder with the configuration for this Extension.
 
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
 
Version 1.0
- First version.
 
===========================================================================
Copyright (C) 2011 Apple Inc. All rights reserved.