OOXML Tools

OOXML Tools

View, edit, analyse and compare contents of OOXML documents.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OOXML Tools",
  "version": "1.5.2",
  "manifest_version": 2,
  "description": "View, edit, analyse and compare contents of OOXML documents.",
  "offline_enabled": true,
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "minimum_chrome_version": "24.0.1307.0",
  "icons": {
    "16": "res/icon16.png",
    "48": "res/icon48.png",
    "128": "res/icon128.png"
  },
  "browser_action": {
    "default_title": "OOXML Tools"
  }
}