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
公式URL https://chrome.google.com/webstore/detail/scrables/ojbdiplgphndioimccblompagoohngga
説明 Capstone project
ファイルサイズ 118 KB
インストール数 35
現在のバージョン 2.0
最終更新日 2019-04-30
公開日 2019-04-25
開発者 dlschon0
Eメール [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"
    }
}