Scrables

Capstone project

ما هو Scrables؟

Scrables هو إضافة Chrome تم تطويرها بواسطة dlschon0، والميزة الرئيسية لها هي "Capstone project".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Scrables

قم بتنزيل ملفات الامتداد Scrables بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        BETA -- Product is in development and may present bugs and errors. This Chrome extension should not be used except by verified users and will not allow unauthorized access to the Scrables service. Bugs may be present.

This Chrome extension allows users to manually select and send data to the Scrables service. Scrables is a web-crawler which optically recognizes and scrapes data from publicly available tables.

Capstone project for The Reqing Crew:
Daniel Schon
Bobby Monaco
Lilia Williams
Cody Poteet
Daniel Chambers                    

معلومات أساسية عن التمديد

الاسم Scrables Scrables
ID ojbdiplgphndioimccblompagoohngga
عنوان URL الرسمي https://chrome.google.com/webstore/detail/scrables/ojbdiplgphndioimccblompagoohngga
الوصف Capstone project
حجم الملف 118 KB
عدد التثبيتات 35
النسخة الحالية 2.0
آخر تحديث 2019-04-30
تاريخ النشر 2019-04-25
المطور dlschon0
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrables",
    "description": "Capstone project",
    "version": "2.0",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        "img\/clipped.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": [],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.10.2.min.js",
                "js\/content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon\/icon19.png",
        "default_popup": "popup.html"
    }
}