Tab-Todo.txt Firefox

Examine source code of Tab-Todo.txt

By: fineman Add-on
Inspect and view changes in Tab-Todo.txt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab-Todo.txt",
  "version": "1.0",
  "description": "A Firefox extension that lets you copy and format the current tab into a todo.txt entry with a single keyboard shortcut!",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "copy-title-url": {
      "suggested_key": {
        "default": "Ctrl+Y"
      },
      "description": "Copy title, url and format into a todo.txt entry."
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-todotxt@finextensions.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Tab-Todo.txt Alternatives

Here are some Firefox add-ons that are similar to Tab-Todo.txt: