Picky

Mine structured data while surfing web

ما هو Picky؟

Picky هو إضافة Chrome تم تطويرها بواسطة https://www.websiteextractor.net، والميزة الرئيسية لها هي "Mine structured data while surfing web".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Picky

قم بتنزيل ملفات الامتداد Picky بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://t.me/AlexAP31
عنوان صفحة سياسة الخصوصية 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"
    }
}