EZCite

EZCite

Cite websites instantly and accurately. The best automatic website citer ever.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EZCite",
  "description": "Cite websites instantly and accurately. The best automatic website citer ever.",
  "version": "1.3.9",
  "author": "Andrew S",
  "browser_action": {
    "default_icon": "assets/icon.png",
    "default_popup": "cite.html"
  },
  "offline_enabled": true,
  "background": {
    "scripts": [
      "gdocs.js",
      "backround.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "inject.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "js": [
        "inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://worldcat.org/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArsrosEfLrvqGRcxlKUeppqqCVPeA/FQWkVcGNa2mKAhnqv7v/Im1xyXEM/G66Isv5oYx37pOrY6UHgiD5jABVHN233SyzqttUqSujNl+gk5CgDNgOdFJDY1sExzZbv5To6RwUtQgaAcL/W+4dduUB7ow+G1VAafgkzCNh4H73SBS+gWGvSN/QhSTNir3Rm4PoL1+Aa8e5SYUN4YSOtzrnaNZsXtz+p1VXJOKTuSDTwIe5xR4OmwyX1LuIKsFuTuAqxEjAZHWAoh+c10b9AZ6TpK8G1fQBYrYT+p3YyJIT+lsHHbDB2JQgDf+jz6yL9Tfqvxfa0W2PQefEJvAU5WMLwIDAQAB",
  "oauth2": {
    "client_id": "167532923994-emvd4fap35e3f80s1uo6g1lvk4gf88fl.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "activeTab",
    "storage",
    "identity",
    "contextMenus",
    "https://www.easybib.com/credibility/index/json"
  ],
  "icons": {
    "16": "assets/ezcite16.png",
    "48": "assets/ezcite48.png",
    "128": "assets/ezcite128.png"
  }
}