Scrables

Capstone project

什麼是Scrables?

Scrables是由dlschon0開發的Chrome擴展程式,該擴展的主要功能是“Capstone project”。

擴展截圖

screenshot

下載Scrables擴展crx文件

下載Scrables擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}