Chrome Web Scraper

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

Apa itu Chrome Web Scraper?

Chrome Web Scraper adalah ekstensi Chrome yang dikembangkan oleh dylanrstevens, dan fitur utamanya adalah "Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Web Scraper

Unduh file ekstensi Chrome Web Scraper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chrome Web Scraper Chrome Web Scraper
ID obhkinejeakgfelofmgbjdenckknmeoc
URL Resmi https://chromewebstore.google.com/detail/chrome-web-scraper/obhkinejeakgfelofmgbjdenckknmeoc
Deskripsi Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.
Ukuran File 198 KB
Jumlah Instalasi 56
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-08-07
Tanggal Publikasi 2022-08-07
Pengembang dylanrstevens
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/dylanrstevens/chrome-web-scraper
Bahasa yang Didukung 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"
    ]
}