MrScraper

MrScraper selector helper tool

MrScraperとは何ですか?

MrScraperはhttps://mrscraper.comによって開発されたChromeの拡張機能で、その主な機能は「MrScraper selector helper tool」です。

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

screenshot

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

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

拡張機能の使用方法

                        The MrScraper.com tool lets you easily find CSS selectors from to use with scrapers.

Just click on the element you want to target and a CSS selector will be generated for you. 

Additionally, any CSS selector you type in will be highlighted. Use this to easily detect what elements will be extracted with the current selector.                    

拡張機能の基本情報

名前 MrScraper MrScraper
ID bhjedfpgiobfaojogegbmcbocfnbkimh
公式URL https://chromewebstore.google.com/detail/mrscraper/bhjedfpgiobfaojogegbmcbocfnbkimh
説明 MrScraper selector helper tool
ファイルサイズ 21.63 KB
インストール数 105
現在のバージョン 1.0.0
最終更新日 2023-02-09
公開日 2023-02-08
評価 1.00/5 合計 1 レビュー
開発者 https://mrscraper.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mrscraper.com
ヘルプページのURL https://mrscraper.freshdesk.com/support/home
プライバシーポリシーページのURL https://mrscraper.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MrScraper",
    "version": "1.0.0",
    "description": "MrScraper selector helper tool",
    "manifest_version": 3,
    "author": "Kai Sasaki",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V"
            }
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-128.png",
                "templates\/scraper-tool.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}