TableScraper

Allows you to download web tables as .csv files

TableScraperとは何ですか?

TableScraperはJessieCS50によって開発されたChromeの拡張機能で、その主な機能は「Allows you to download web tables as .csv files」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Automatically finds tables in web pages and adds "Download as csv" buttons so you can easily collect data without the need for copy and paste. "I wish I could download this as a csv" - now you can!                    

拡張機能の基本情報

名前 TableScraper TableScraper
ID emkcilhnngffafccblemkljfpkabpapg
公式URL https://chromewebstore.google.com/detail/tablescraper/emkcilhnngffafccblemkljfpkabpapg
説明 Allows you to download web tables as .csv files
ファイルサイズ 55.5 KB
インストール数 163
現在のバージョン 1.1
最終更新日 2020-05-04
公開日 2020-05-04
開発者 JessieCS50
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TableScraper",
    "version": "1.1",
    "description": "Allows you to download web tables as .csv files",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "manifest_version": 2
}