Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

What is Edgar Table Copy Automator?

Edgar Table Copy Automator is a Chrome extension developed by cgalvez, and its main feature is "This extension allows to easily copy Edgar tables to Excel".

Download Edgar Table Copy Automator Extension CRX File

Download Edgar Table Copy Automator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension enables you to easily copy financial tables from the SEC's Edgar database to excel.  The extension modifies the HTML formatting of the pages to correct for some tedious issues, such as "$" signs appearing in their own column, ")" in negative numbers being in their own column and separated from the number, etc.

To use the extension, navigate to the SEC filing of interest and click the extension's icon.  The extension will add buttons above each table that, when clicked, will reformat the table and place it in the clipboard.                    

Extension Basic Information

Name Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
Official URL https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
Description This extension allows to easily copy Edgar tables to Excel
File Size 5.42 KB
Installation Count 52
Current Version 1.0.0.2
Last Updated 2018-01-19
Publish Date 2018-01-19
Rating 5.00/5 Total 2 Ratings
Developer cgalvez
Payment Type free
Supported Languages en-US
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"
    ]
}