Scrables

Capstone project

Scrables란 무엇입니까?

Scrables은(는) dlschon0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capstone project"입니다.

확장 프로그램 스크린샷

screenshot

Scrables 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}