Search Dribbble

Search Dribbble

To use, type 'd' plus a search term into the Omnibox.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Search Dribbble",
  "short_name": "Search Dribbble",
  "description": "To use, type 'd' plus a search term into the Omnibox.",
  "version": "1.0",
  "icons": {
    "16": "icons/[email protected]",
    "48": "icons/[email protected]",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "d"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ],
  "minimum_chrome_version": "9"
}