Capitalize!t WebScrapper

Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…

Co je Capitalize!t WebScrapper?

Capitalize!t WebScrapper je rozšíření Chrome vyvinuté jfmonteil, a jeho hlavní funkcí je „Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Capitalize!t WebScrapper

Stáhněte si soubory rozšíření Capitalize!t WebScrapper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google spreadsheet.

For instance you can use Capitelize!t for :

Building multiple topic Press News Reviews.
Building a multicriteria real estate database.
Keep track documents useful for a school or university assignment.
Wherever there is metadata and text content to scrap from the web there is Capitalize!t !                    

Základní Informace o Rozšíření

Název Capitalize!t WebScrapper Capitalize!t WebScrapper
ID ilgdjidfijkaengnhpeoneiagigajhco
Oficiální URL https://chromewebstore.google.com/detail/capitalizet-webscrapper/ilgdjidfijkaengnhpeoneiagigajhco
Popis Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…
Velikost souboru 428 KB
Počet instalací 442
Aktuální Verze 7
Poslední Aktualizace 2017-03-13
Datum Vydání 2017-03-13
Hodnocení 2.50/5 Celkem 6 Hodnocení
Vývojář jfmonteil
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.capitalizeit.net
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capitalize!t WebScrapper",
    "version": "7",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-small.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "selectionjfm.js",
                "\/textext\/js\/textext.core.js",
                "jquery-ui.min.js",
                "nlp_compromise.js",
                "image-picker.min.js"
            ],
            "css": [
                "jquery-ui.css",
                "image-picker.css",
                "\/textext\/css\/textext.core.css",
                "\/textext\/css\/textext.plugin.tags.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "info.status": "complete",
            "status": "complete"
        }
    ],
    "icons": {
        "16": "icon-small.png",
        "48": "icon.png",
        "128": "icon-small.png"
    },
    "permissions": [
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/spreadsheets.google.com\/*",
        "tabs",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "ga-config.js",
        "ga.js",
        "js15_as.js",
        "jquery-ui.min.js",
        "popup.html",
        "popup.js",
        "inject.js",
        "jquery.js",
        "loader.gif",
        "image-picker.min.js",
        "\/textext\/js\/textext.core.js",
        "\/textext\/js\/textext.plugin.focus.js",
        "\/textext\/js\/textext.plugin.prompt.js",
        "\/textext\/css\/textext.plugin.tags.css",
        "\/textext\/css\/textext.plugin.prompt.css",
        "\/textext\/css\/textext.plugin.focus.css"
    ],
    "oauth2": {
        "client_id": "39402359168-jfkrcdgtkqq847glmt61jd1bq2k6t4db.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/spreadsheets.google.com\/feeds"
        ]
    }
}