WorkFlowy Estimator

WorkFlowy Estimator

Compute estimates right from Workflowy! {openSource}

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WorkFlowy Estimator",
  "description": "Compute estimates right from Workflowy! {openSource}",
  "version": "0.3.1",
  "icons": {
    "128": "wfe_icon.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://workflowy.com/*"
      ],
      "css": [],
      "js": [
        "jquery.min.js",
        "debounce.js",
        "workflowy-estimator.js"
      ]
    }
  ]
}