Copy to Workflowy Inline Linking Firefox

Examine source code of Copy to Workflowy Inline Linking

Inspect and view changes in Copy to Workflowy Inline Linking source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy to Workflowy Inline Linking",
  "version": "0.1.0",
  "description": "Copies the current tab's title and address so that it can be pasted into Workflowy.",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_title": "Copy to Workflowy Inline Linking"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "clipboardWrite",
    "notifications",
    "storage"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+W"
      },
      "description": "Copy to Workflowy Inline Linking"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

Best Copy to Workflowy Inline Linking Alternatives

Here are some Firefox add-ons that are similar to Copy to Workflowy Inline Linking: