Text Expander Ultra Firefox

Examine source code of Text Expander Ultra

Inspect and view changes in Text Expander Ultra source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Text Expander",
  "version": "1.1",
  "description": "Yerel kurallar ve dinamik değişkenler (tarih, saat vb.) ile metinleri genişletin.",
  "browser_specific_settings": {
    "gecko": {
      "id": "muhaliaydogdu@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "clipboardRead"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/parser.js",
        "content/modal.js",
        "content/autocomplete.js",
        "content/content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Text Expander Ayarları",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  }
}

Best Text Expander Ultra Alternatives

Here are some Firefox add-ons that are similar to Text Expander Ultra: