ConvertToPdf

ConvertToPdf

ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.833.904",
  "name": "ConvertToPdf",
  "description": "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/brand.js",
      "js/aes.js",
      "js/mode-ecb.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_title": "ConvertToPdf"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "web_accessible_resources": [
    "icons/checker.gif"
  ],
  "permissions": [
    "*://*.convertopdf.com/*",
    "https://*.blpsearch.com/*",
    "https://*.service.prsstobe.com/*",
    "cookies",
    "storage"
  ]
}