Simple Lorem Ipsum Firefox

Examine source code of Simple Lorem Ipsum

By: dev-rke
Inspect and view changes in Simple Lorem Ipsum source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Simple Lorem Ipsum",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://simple-lorem-ipsum.github.io/",
  "manifest_version": 2,
  "version": "1.3.0",
  "default_locale": "en",
  "icons": {
    "16": "icons/loremipsum_16.png",
    "48": "icons/loremipsum_48.png",
    "64": "icons/loremipsum_64.png",
    "128": "icons/loremipsum.svg"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/loremipsum.svg",
    "default_title": "Simple Lorem Ipsum",
    "default_popup": "html/options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content-script.js"
      ],
      "all_frames": true
    }
  ],
  "commands": {
    "insert-lorem-ipsum": {
      "suggested_key": {
        "default": "F9"
      },
      "description": "__MSG_extensionHotkeyInsert__"
    },
    "toggle-lorem-ipsum-editmode": {
      "suggested_key": {
        "default": "F10"
      },
      "description": "__MSG_extensionHotkeyEditMode__"
    }
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "jid0-aU64eWN4jFT0bhC8D6ESFb9yWHw@jetpack",
      "strict_min_version": "60.0"
    }
  }
}

Best Simple Lorem Ipsum Alternatives

Here are some Firefox add-ons that are similar to Simple Lorem Ipsum: