Scrapinghub to Command Line

[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…

Scrapinghub to Command Lineとは何ですか?

Scrapinghub to Command Lineはbenmuscholによって開発されたChromeの拡張機能で、その主な機能は「[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…」です。

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

screenshot
screenshot

Scrapinghub to Command Line拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        [Scheduling jobs via popup is currently broken]

Easily jump between ScrapingHub and your command line. This extension can generate a "scrapy crawl ..." command for the currently viewed ScrapingHub job or schedule a ScrapingHub job in the currently viewed project by parsing a "scrapy crawl ..." command.

Feel free to contribute on GitHub: https://github.com/BenMusch/scrapinghub-to-cl                    

拡張機能の基本情報

名前 Scrapinghub to Command Line Scrapinghub to Command Line
ID bdlmplknmdmmekdindcbnffaohhcpjfc
公式URL https://chromewebstore.google.com/detail/scrapinghub-to-command-li/bdlmplknmdmmekdindcbnffaohhcpjfc
説明 [Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
ファイルサイズ 558 KB
インストール数 43
現在のバージョン 0.2.2
最終更新日 2016-11-28
公開日 2016-11-28
評価 4.00/5 合計 2 レビュー
開発者 benmuschol
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrapinghub to Command Line",
    "version": "0.2.2",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    }
}