Text Snippet Manager Firefox

Examine source code of Text Snippet Manager

By: Bh7979
Inspect and view changes in Text Snippet Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Snippet Manager",
  "version": "1.0",
  "description": "Save and quickly insert frequently used text snippets into any web form or text field",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Text Snippet Manager",
    "default_icon": {
      "16": "icons/snippet-16.png",
      "32": "icons/snippet-32.png",
      "48": "icons/snippet-48.png",
      "128": "icons/snippet-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/snippet-16.png",
    "32": "icons/snippet-32.png",
    "48": "icons/snippet-48.png",
    "128": "icons/snippet-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{50714860-f482-4855-8507-cb13bc05e429}"
    }
  }
}

Best Text Snippet Manager Alternatives

Here are some Firefox add-ons that are similar to Text Snippet Manager: