Jawa - Visual Scraper

Visual scraper interface, exports to puppeteer script which you can run anywhere.

Wat is Jawa - Visual Scraper?

Jawa - Visual Scraper is een Chrome-extensie ontwikkeld door https://jawa.sh, en de belangrijkste functie is "Visual scraper interface, exports to puppeteer script which you can run anywhere.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jawa - Visual Scraper

Download Jawa - Visual Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is companion extension for Jawa - Visual Scraper. You can find it at https://jawa.sh

Jawa allows you to visually click elements of any website and then export selectors as a config that you can run in any node environment to scrape the content when needed.

Extension is required to be able to scrape and select content from other sites during scraping process.                    

Basisinformatie over de Extensie

Naam Jawa - Visual Scraper Jawa - Visual Scraper
ID icjgianfpiifbdpddkadmpcegiffiglk
Officiële URL https://chromewebstore.google.com/detail/jawa-visual-scraper/icjgianfpiifbdpddkadmpcegiffiglk
Beschrijving Visual scraper interface, exports to puppeteer script which you can run anywhere.
Bestandsgrootte 28.93 KB
Aantal Installaties 155
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-10-15
Publicatiedatum 2022-10-17
Ontwikkelaar https://jawa.sh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jawa.sh
Help Pagina-URL https://github.com/capjavert/vscraper/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Visual scraper interface, exports to puppeteer script which you can run anywhere.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.kickass.codes\/*",
            "https:\/\/*.kickass.website\/*",
            "https:\/\/kickass.ngrok.io\/*",
            "https:\/\/jawa.sh\/*"
        ]
    },
    "manifest_version": 3,
    "name": "Jawa - Visual Scraper",
    "web_accessible_resources": [
        {
            "resources": [
                "finder.medv.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "Jawa",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/jawa-icon-16.png",
        "32": "assets\/jawa-icon-32.png",
        "48": "assets\/jawa-icon-48.png",
        "128": "assets\/jawa-icon-128.png"
    }
}