SumCopyTables Firefox

Examine source code of SumCopyTables

제작자: Recommended Addon Add-on
Inspect and view changes in SumCopyTables source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SumCopyTables",
  "version": "1.0",
  "description": "Select table cells, rows and columns with your mouse (while pressing shift key) and diplay sum, average, min, max of the selected cells/rows/columns. ",
  "icons": {
    "48": "icons/SumCopyTables-48.png",
    "96": "icons/SumCopyTables-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "SCT/jquery.js",
        "SCT/SumCopyTables.js"
      ]
    }
  ]
}

최고의 SumCopyTables 대안

다음은 SumCopyTables과(와) 유사한 Firefox add-on입니다: