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"
    ]
}