Quotes Database Search

Quotes Database Search

Think of any quote and search for the full quote in 1-Click. Click to view the quote, and click to copy the quote to your clipboard. KnowYourQuotes - The fastest, largest database online. Addon uses 3rd party site (www.KnowYourQuotes.com)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "1-Click Quotes Search",
  "version": "1.0.1resigned1",
  "description": "Search the largest quotes database",
  "author": "1ClickProduct",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "Search Quotes",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "http://www.knowyourquotes.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{beb85eb4-ad9a-43e7-a77b-33da73288434}"
    }
  }
}