Scrapinghub to Command Line

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

Co to jest Scrapinghub to Command Line?

Scrapinghub to Command Line to rozszerzenie Chrome opracowane przez benmuschol, a jego główną funkcją jest „[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Scrapinghub to Command Line

Pobierz pliki rozszerzeń Scrapinghub to Command Line w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        [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                    

Podstawowe informacje o rozszerzeniu

Nazwa Scrapinghub to Command Line Scrapinghub to Command Line
ID bdlmplknmdmmekdindcbnffaohhcpjfc
Oficjalny URL https://chromewebstore.google.com/detail/scrapinghub-to-command-li/bdlmplknmdmmekdindcbnffaohhcpjfc
Opis [Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
Rozmiar pliku 558 KB
Liczba instalacji 43
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2016-11-28
Data Publikacji 2016-11-28
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper benmuschol
Typ Płatności free
Obsługiwane Języki 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"
    }
}