Ace Editor Firefox

Examine source code of Ace Editor

Inspect and view changes in Ace Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ace Editor",
  "version": "2",
  "description": "Ace Editor v1.5 — ACE editor injection with copy/edit helpers.",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{ed4b9bac-2a05-45f7-b1cd-da43b9b517af}"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Ace Editor",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "48": "icons/icon-48.png"
  }
}

Best Ace Editor Alternatives

Here are some Firefox add-ons that are similar to Ace Editor: