Arctobius - Rule Generator

Arctobius Rule Generator is a powerful Chrome extension designed for creating scraping rules effortlessly.

什麼是Arctobius - Rule Generator?

Arctobius - Rule Generator是由Cagatay Sonmez開發的Chrome擴展程式,該擴展的主要功能是“Arctobius Rule Generator is a powerful Chrome extension designed for creating scraping rules effortlessly.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Arctobius - Rule Generator擴展crx文件

下載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.                    

擴展基本資訊

名稱 Arctobius - Rule Generator Arctobius - Rule Generator
ID mpmbplggcjflgkamnkfbbcmphidcigai
官方網址 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": [
        ""
    ],
    "side_panel": {
        "default_path": "side-panel.html"
    },
    "icons": {
        "16": "icon_active.png",
        "48": "icon_active.png",
        "128": "icon_active.png"
    }
}