Edgar Table Copy Automator

Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Edgar Table Copy Automator",
  "description": "This extension allows to easily copy Edgar tables to Excel",
  "version": "1.0.0.2",
  "background": {
    "scripts": [
      "edgar_extension.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Copy Edgar Tables"
  },
  "permissions": [
    "activeTab"
  ]
}