Arctobius - Rule Generator
Arctobius Rule Generator is a powerful Chrome extension designed for creating scraping rules effortlessly.
Arctobius - Rule Generatorคืออะไร?
Arctobius - Rule Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cagatay Sonmez และคุณลักษณะหลักของมันคือ "Arctobius Rule Generator is a powerful Chrome extension designed for creating scraping rules effortlessly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arctobius - Rule Generator
ดาวน์โหลดไฟล์ส่วนขยาย Arctobius - Rule Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simplifying the web scraping journey, Arctobius Rule Generator provides an intuitive interface for rule creation and real-time previews, ensuring accurate data extraction.
Key Features:
Intuitive Rule Creation:
Craft scraping rules effortlessly with Arctobius Rule Generator's user-friendly interface.
See immediate previews and fine-tune rules in real-time.
Live Preview:
Witness your rules in action with a live preview of the data extraction process.
Swiftly debug and refine for optimal results.
Guided Assistance:
Receive step-by-step guidance for writing effective scraping rules within the extension.
Privacy Assurance:
Arctobius Rule Generator is strictly a developer tool and prioritizes user privacy by not collecting any data.
How to Use:
Install Arctobius Rule Generator Chrome extension.
Open the extension on your preferred webpage.
Follow the intuitive steps to create and test your scraping rules.
Manage rules effortlessly using the user-friendly dashboard at arctobius.com.
Experience the power of Arctobius Rule Generator. Extract data effortlessly, boost productivity, and build robust scraping solutions with confidence. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mpmbplggcjflgkamnkfbbcmphidcigai |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/arctobius-rule-generator/mpmbplggcjflgkamnkfbbcmphidcigai |
| คำอธิบาย | Arctobius Rule Generator is a powerful Chrome extension designed for creating scraping rules effortlessly. |
| ขนาดไฟล์ | 272 KB |
| จำนวนการติดตั้ง | 87 |
| เวอร์ชันปัจจุบัน | 2.8 |
| อัปเดตครั้งล่าสุด | 2024-03-03 |
| วันที่เผยแพร่ | 2023-12-20 |
| ผู้พัฒนา | Cagatay Sonmez |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://arctobius.com |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Arctobius - Rule Generator",
"version": "2.8",
"description": "Arctobius Rule Generator is a powerful Chrome extension designed for creating scraping rules effortlessly.",
"manifest_version": 3,
"minimum_chrome_version": "116",
"permissions": [
"activeTab",
"contextMenus",
"browsingData",
"scripting",
"sidePanel",
"storage"
],
"action": {
"default_icon": {
"16": "icon_active.png",
"48": "icon_active.png",
"128": "icon_active.png"
}
},
"web_accessible_resources": [
{
"resources": [
"rule-config.json"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"host_permissions": [
" | |