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
官方網址 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"
    }
}