Easy Tables

Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.

Easy Tablesとは何ですか?

Easy TablesはQ. Dongによって開発されたChromeの拡張機能で、その主な機能は「Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.」です。

拡張機能のスクリーンショット

screenshot

Easy Tables拡張機能のCRXファイルをダウンロード

Easy Tables拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Copy tables to clipboard or download tables to CSV or Microsoft Excel files with a click.

v1.5 updates:
Add context menus;
Bug fixes.
Other optimizations.                    

拡張機能の基本情報

名前 Easy Tables Easy Tables
ID aggdjbmdhnmjclackipimailildgihlb
公式URL https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb
説明 Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
ファイルサイズ 82.1 KB
インストール数 130
現在のバージョン 1.5
最終更新日 2020-10-25
公開日 2020-09-28
評価 5.00/5 合計 1 レビュー
開発者 Q. Dong
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Tables",
    "version": "1.5",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.",
    "browser_action": {
        "default_title": "Copy Table"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "csv.png",
        "copy.png",
        "xlsx.png"
    ]
}