Excel XLS Editor

Excel XLS Editor

Create and edit Excel XLS spreadsheets. Excel XLS Editor is an extension that allows to create, edit and view any Microsoft Excel document in both XLS and XLSX format. It also handles the standard Open Office format ODS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "2.14.8",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/suite_38.png"
  },
  "icons": {
    "16": "icons/suite_16.png",
    "48": "icons/suite_48.png",
    "128": "icons/suite_128.png"
  },
  "background": {
    "scripts": [
      "websecure.js"
    ]
  },
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "options_ui": {
    "page": "indexoptions.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3c09e58d-42ef-4869-bd94-fee67e82aeb5}"
    }
  }
}