Web Scrape
Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
Web Scrape क्या है?
Web Scrape https://webscrape.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Scrape एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Scrape the web with a single click!
एक्सटेंशन की मूल जानकारी
नाम | Web Scrape |
ID | impbblcbbkkccnijopkamgjodfjgnpje |
आधिकारिक URL | https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje |
विवरण | Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet! |
फ़ाइल का आकार | 285 KB |
स्थापना संख्या | 154 |
वर्तमान संस्करण | 0.0.0.4 |
अंतिम अपडेट | 2023-03-09 |
प्रकाशन तिथि | 2023-02-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://webscrape.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://webscrape.me/support |
गोपनीयता नीति पृष्ठ URL | https://webscrape.me/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Scrape", "version": "0.0.0.4", "description": "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!", "icons": { "16": "assets\/scraper_16.png", "48": "assets\/scraper_48.png", "128": "assets\/scraper_128.png" }, "background": { "service_worker": "background\/index.js", "type": "module" }, "permissions": [], "content_scripts": [ { "js": [ "content\/import-index.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "loading.gif" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "resources": [ "chunks\/*-*.js", "content\/index.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "action": [] } |