Slope Calculator

Slope Calculator

Slope calculator finds the slope of the line by using two points & line equation method.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Slope Calculator",
  "version": "1.0.0",
  "description": "Slope calculator finds the slope of the line by using two points & line equation method.",
  "manifest_version": 3,
  "author": "Enzipe Developer",
  "action": {
    "default_popup": "index.html",
    "default_title": "Slope Calculator",
    "default_icon": "assets/16x16.png"
  },
  "icons": {
    "16": "assets/16x16.png",
    "32": "assets/32x32.png",
    "48": "assets/48x48.png",
    "128": "assets/128x128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}