Sublime-like tabbing

Sublime-like tabbing

This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sublime-like tabbing",
  "description": "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history",
  "author": "Mikael Berglund",
  "version": "0.3",
  "permissions": [
    "history",
    "tabs",
    "bookmarks"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "tabwindow.html"
  },
  "options_page": "options.html"
}