Smart pdf

Smart pdf

Transformă fișierele tip PDF in fișiere tip Word , ACEASTA EXTENSIE ESTE GRATUITA !!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart pdf",
  "short_name": "Smart pdf",
  "version": "1.4",
  "description": "__MSG_ext_description__",
  "author": "Catalin",
  "homepage_url": "https://urlautoredirector.github.io/",
  "options_page": "options.html",
  "icons": {
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_title": "PDF to Word ",
    "default_icon": "images/soda_icon_16x16.jpg",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://*.freeaddon.com/*",
    "https://*.freeaddon.com/*",
    "http://*.sportifytab.com/*",
    "https://*.sportifytab.com/*",
    "http://*.yaytab.com/*",
    "https://*.yaytab.com/*",
    "http://*.live-tab.com/*",
    "https://*.live-tab.com/*",
    "http://*.freeaddon-wall.com/*",
    "https://*.freeaddon-wall.com/*",
    "https://*.google.com/*",
    "contextMenus",
    "storage",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "js/background.js",
      "js/onInstall.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.chrome.google.com/*",
        "http://*.pdfmerge.com/*",
        "https://*.pdfmerge.com/*",
        "http://*.splitpdf.com/*",
        "https://*.splitpdf.com/*",
        "https://*.sodapdf.com/*",
        "http://*.pdfjoin.com/*",
        "https://*.pdfjoin.com/*"
      ],
      "js": [
        "js/isInstalledContent.js"
      ]
    }
  ]
}