Takeoff, a Chrome extension to randomly load bookmarks
This commit is contained in:
commit
709b4ce3ce
4 changed files with 95 additions and 0 deletions
9
manifest.json
Normal file
9
manifest.json
Normal 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"]
|
||||
}
|
||||
Reference in a new issue