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
电子邮箱 [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"
    }
}