Scrapinghub to Command Line

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

What is Scrapinghub to Command Line?

Scrapinghub to Command Line is a Chrome extension developed by benmuschol, and its main feature is "[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…".

Extension Screenshots

screenshot
screenshot

Download Scrapinghub to Command Line Extension CRX File

Download Scrapinghub to Command Line extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        [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                    

Extension Basic Information

Name Scrapinghub to Command Line Scrapinghub to Command Line
ID bdlmplknmdmmekdindcbnffaohhcpjfc
Official URL https://chromewebstore.google.com/detail/scrapinghub-to-command-li/bdlmplknmdmmekdindcbnffaohhcpjfc
Description [Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
File Size 558 KB
Installation Count 43
Current Version 0.2.2
Last Updated 2016-11-28
Publish Date 2016-11-28
Rating 4.00/5 Total 2 Ratings
Developer benmuschol
Payment Type free
Supported Languages 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"
    }
}