Scrapinghub to Command Line
[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
Was ist Scrapinghub to Command Line?
Scrapinghub to Command Line ist eine Chrome-Erweiterung, die von benmuschol entwickelt wurde, und ihr Hauptmerkmal ist "[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…".
Erweiterungsscreenshots
Scrapinghub to Command Line-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scrapinghub to Command Line-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
[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
Grundlegende Informationen zur Erweiterung
Name | Scrapinghub to Command Line |
ID | bdlmplknmdmmekdindcbnffaohhcpjfc |
Offizielle URL | https://chromewebstore.google.com/detail/scrapinghub-to-command-li/bdlmplknmdmmekdindcbnffaohhcpjfc |
Beschreibung | [Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate… |
Dateigröße | 558 KB |
Installationsanzahl | 43 |
Aktuelle Version | 0.2.2 |
Letztes Update | 2016-11-28 |
Veröffentlichungsdatum | 2016-11-28 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | benmuschol |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |