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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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": [
        ""
    ],
    "side_panel": {
        "default_path": "side-panel.html"
    },
    "icons": {
        "16": "icon_active.png",
        "48": "icon_active.png",
        "128": "icon_active.png"
    }
}