Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

什么是Edgar Table Copy Automator?

Edgar Table Copy Automator是由cgalvez开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to easily copy Edgar tables to Excel”。

下载Edgar Table Copy Automator扩展crx文件

下载Edgar Table Copy Automator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
官方URL https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
简介 This extension allows to easily copy Edgar tables to Excel
文件大小 5.42 KB
安装次数 52
当前版本 1.0.0.2
更新时间 2018-01-19
上架时间 2018-01-19
评分 5.00/5 共2次评分
开发者 cgalvez
付费类型 free
支持的语言 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"
    ]
}