Scrape me

Scrape pages easily.

Scrape meとは何ですか?

Scrape meはmaciej.jordanekによって開発されたChromeの拡張機能で、その主な機能は「Scrape pages easily.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Scrape the web easily. This web scraper allows you to define your own data table which you can download as a .csv file format.                    

拡張機能の基本情報

名前 Scrape me Scrape me
ID nnglhekkeoeccgngolgcamlepachjfcp
公式URL https://chrome.google.com/webstore/detail/scrape-me/nnglhekkeoeccgngolgcamlepachjfcp
説明 Scrape pages easily.
ファイルサイズ 452 KB
インストール数 213
現在のバージョン 0.3
最終更新日 2020-02-18
公開日 2020-02-18
評価 1.80/5 合計 5 レビュー
開発者 maciej.jordanek
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrape me",
    "version": "0.3",
    "description": "Scrape pages easily.",
    "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "128": "assets\/logo_128.png"
    }
}