Chrome Web Scraper

Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.

Τι είναι το Chrome Web Scraper;

Το Chrome Web Scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dylanrstevens, και η κύρια λειτουργία του είναι "Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Web Scraper

Λήψη αρχείων επέκτασης Chrome Web Scraper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Quickly gather the raw text from a website, and have it automatically parsed and saved to a text file for you. Perfect for developers, or those looking to gather large amounts of real text data efficiently.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chrome Web Scraper Chrome Web Scraper
ID obhkinejeakgfelofmgbjdenckknmeoc
Επίσημο URL https://chromewebstore.google.com/detail/chrome-web-scraper/obhkinejeakgfelofmgbjdenckknmeoc
Περιγραφή Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.
Μέγεθος Αρχείου 198 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-08-07
Ημερομηνία Δημοσίευσης 2022-08-07
Προγραμματιστής dylanrstevens
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/dylanrstevens/chrome-web-scraper
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Web Scraper",
    "version": "1.0",
    "description": "Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Chrome Web Scraper",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "downloads"
    ]
}