Bookmark Launchy

Bookmark Launchy

In any page press the shortcut ALT + L, can quickly search your site collection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/bg.min.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon16.png"
  },
  "description": "In any page press the shortcut ALT + L, can quickly search your site collection",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/content.min.js"
      ],
      "css": [
        "css/content.min.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "name": "Bookmark Launchy",
  "permissions": [
    "tabs",
    "bookmarks",
    "chrome://favicon/"
  ],
  "version": "1.0.2"
}