Beezy - Super Scraper
The ultimate Omni-web data collector—— Beezy. Get web data with ease.
Beezy - Super Scraperとは何ですか?
Beezy - Super ScraperはBEEZYによって開発されたChromeの拡張機能で、その主な機能は「The ultimate Omni-web data collector—— Beezy. Get web data with ease.」です。
拡張機能のスクリーンショット
Beezy - Super Scraper拡張機能のCRXファイルをダウンロード
Beezy - Super Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🐝What can Beezy do?
Beezy can easily gather data 🔍 from the internet and quickly extract the information you need from a vast amount of data.
❤️Specifically, it has the following powerful functions:
· AI intelligently recognizes webpage structure, transforming HTML website data into simple, easy-to-read, tabular data.
· Download full pages 📷 with images.
· Page-by-page scraping 📄.
· Data cleaning and previewing 🔍.
· Download as an Excel file 💾.
🌍For more information, please visit https://beezy.cool/. 拡張機能の基本情報
| 名前 | |
| ID | kfhhfbmbamgfjiibdmcecjohlgckphll |
| 公式URL | https://chromewebstore.google.com/detail/beezy-super-scraper/kfhhfbmbamgfjiibdmcecjohlgckphll |
| 説明 | The ultimate Omni-web data collector—— Beezy. Get web data with ease. |
| ファイルサイズ | 2.46 MB |
| インストール数 | 554 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2023-04-11 |
| 公開日 | 2023-04-10 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | BEEZY |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://beezy.cool/privacy |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"background": {
"service_worker": "backgroundServiceWorker.js"
},
"action": {
"action": []
},
"content_scripts": [
{
"all_frames": true,
"js": [
"contentMain.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*",
"file:\/\/\/*\/*"
],
"match_about_blank": true,
"run_at": "document_start",
"css": [
"styles\/content.css"
],
"persistent": true
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' wasm-unsafe-eval ",
"sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
},
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"manifest_version": 3,
"version": "0.1.0",
"permissions": [
"tabs",
"activeTab",
"contextMenus",
"storage",
"contextMenus"
],
"host_permissions": [
" | |