Takeoff, a Chrome extension to randomly load bookmarks

This commit is contained in:
Ryan McGrath 2011-02-11 02:06:22 -08:00
commit 709b4ce3ce
4 changed files with 95 additions and 0 deletions

9
manifest.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "Takeoff",
"version": "1.0",
"description": "Takeoff grabs a random entry from your Bookmarks collection and loads it when you start the browser or open a new tab.",
"chrome_url_overrides": {
"newtab": "takeoff.html"
},
"permissions": ["tabs", "bookmarks"]
}