Time Stamper Firefox

Examine source code of Time Stamper

Inspect and view changes in Time Stamper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Time Stamper",
  "short_name": "Time Stamper",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Quick and easy adding of a timestamp to an input field",
  "icons": {
    "16": "images/ts-icon_16.png",
    "128": "images/ts-icon_128_v2.png"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "storage",
    "notifications"
  ],
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/ts-icon_19.png"
    },
    "default_title": "Time Stamper Options"
  },
  "commands": {
    "insert-timestamp": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Insert timestamp"
    }
  },
  "applications": {
    "gecko": {
      "id": "{6cee7219-769a-49ce-8956-077362323481}",
      "strict_min_version": "80.0"
    }
  }
}

Best Time Stamper Alternatives

Here are some Firefox add-ons that are similar to Time Stamper: