Scrapinghub to Command Line
[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
Cos'è Scrapinghub to Command Line?
Scrapinghub to Command Line è un'estensione di Chrome sviluppata da benmuschol, e la sua funzione principale è "[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scrapinghub to Command Line
Scarica i file di estensione Scrapinghub to Command Line in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
[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
Informazioni di Base sull'Estensione
Nome | Scrapinghub to Command Line |
ID | bdlmplknmdmmekdindcbnffaohhcpjfc |
URL Ufficiale | https://chromewebstore.google.com/detail/scrapinghub-to-command-li/bdlmplknmdmmekdindcbnffaohhcpjfc |
Descrizione | [Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate… |
Dimensione del File | 558 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2016-11-28 |
Data di Pubblicazione | 2016-11-28 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | benmuschol |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |