Extended Fibonacci Sequence Firefox

Examine source code of Extended Fibonacci Sequence

By: KQXS
Inspect and view changes in Extended Fibonacci Sequence source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extended Fibonacci Sequence",
  "version": "1.0",
  "description": "Calculates the nth Fibonacci number using Binet's formula or dynamic programming.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{af71279a-4d5f-4c1c-8829-97e3e61fb31e}"
    }
  }
}

Best Extended Fibonacci Sequence Alternatives

Here are some Firefox add-ons that are similar to Extended Fibonacci Sequence: