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…

Capitalize!t WebScrapperとは何ですか?

Capitalize!t WebScrapperはjfmonteilによって開発されたChromeの拡張機能で、その主な機能は「Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Capitalize!t WebScrapper拡張機能のCRXファイルをダウンロード

Capitalize!t WebScrapper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 !                    

拡張機能の基本情報

名前 Capitalize!t WebScrapper Capitalize!t WebScrapper
ID ilgdjidfijkaengnhpeoneiagigajhco
公式URL https://chromewebstore.google.com/detail/capitalizet-webscrapper/ilgdjidfijkaengnhpeoneiagigajhco
説明 Capitalize!t allows you to scrap data from Web pages, enrich the content with metadata, store and organize the result in a Google…
ファイルサイズ 428 KB
インストール数 442
現在のバージョン 7
最終更新日 2017-03-13
公開日 2017-03-13
評価 2.50/5 合計 6 レビュー
開発者 jfmonteil
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.capitalizeit.net
対応言語 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"
        ]
    }
}