Bookmark Search

Bookmark Search

Search your bookmarks and open them in a new tab

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bookmark Search",
  "version": "1.0.1",
  "description": "Search your bookmarks and open them in a new tab",
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Bookmark Search",
    "default_popup": "index.html"
  },
  "manifest_version": 2
}