html2docx

html2docx

Download the current page as a Word document.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "html2docx",
  "short_name": "html2docx",
  "version": "0.4.4",
  "manifest_version": 2,
  "description": "Download the current page as a Word document.",
  "homepage_url": "https://www.linkedin.com/in/patrick-gray-28b2163a",
  "icons": {
    "16": "images/html2docx-16.png",
    "48": "images/html2docx-48.png",
    "128": "images/html2docx-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js",
      "lib/he.js",
      "lib/FileSaver.min.js",
      "lib/linq.js",
      "lib/ltxml.js",
      "lib/ltxml-extensions.js",
      "lib/jszip.js",
      "lib/jszip-deflate.js",
      "lib/jszip-inflate.js",
      "lib/jszip-load.js",
      "lib/openxml.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "html2docx"
  },
  "permissions": [
    "activeTab"
  ]
}