Picky

Mine structured data while surfing web

Pickyとは何ですか?

Pickyはhttps://www.websiteextractor.netによって開発されたChromeの拡張機能で、その主な機能は「Mine structured data while surfing web」です。

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

screenshot

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

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

拡張機能の使用方法

                        Picky is a Chrome extension to help you extract structured data from webpages while you are surfing the web. After you collected data you can save them to Excel file. You can also turn Picky data extraction rules to professional data extraction software setup (currently Datacol supported).                    

拡張機能の基本情報

名前 Picky Picky
ID jpnnbmokljpoemfdmbmbmcpcdeadpdcf
公式URL https://chromewebstore.google.com/detail/picky/jpnnbmokljpoemfdmbmbmcpcdeadpdcf
説明 Mine structured data while surfing web
ファイルサイズ 332 KB
インストール数 410
現在のバージョン 1.2.2
最終更新日 2023-09-28
公開日 2022-10-16
評価 2.00/5 合計 4 レビュー
開発者 https://www.websiteextractor.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://websiteextractor.net
ヘルプページのURL https://t.me/AlexAP31
プライバシーポリシーページのURL https://web-data-extractor.net/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Picky",
    "version": "1.2.2",
    "description": "Mine structured data while surfing web",
    "author": "Alex Prismotrov",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "assets\/index.40d3597b.js"
            ],
            "css": [
                "assets\/index.04d27514.css"
            ],
            "media": []
        }
    ],
    "action": {
        "default_icon": "logo192.png"
    },
    "icons": {
        "16": "logo-on-16.png",
        "32": "logo-on-32.png",
        "48": "logo-on-48.png",
        "128": "logo-on-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/index.04d27514.css",
                "assets\/logo.6000b0e9.svg",
                "injectionScript.js",
                "datafield.xml",
                "datafield_url.xml",
                "dc-campaign-template.par",
                "action_click.xml"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/websiteextractor.net\/*"
    ],
    "background": {
        "service_worker": "bg.js"
    }
}