Scrapinghub to Command Line
[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
Qu'est-ce que Scrapinghub to Command Line ?
Scrapinghub to Command Line est une extension Chrome développée par benmuschol, et sa fonction principale est "[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scrapinghub to Command Line
Téléchargez les fichiers d'extension Scrapinghub to Command Line au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
[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
Informations de Base sur l'Extension
Nom | Scrapinghub to Command Line |
ID | bdlmplknmdmmekdindcbnffaohhcpjfc |
URL Officiel | 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… |
Taille du Fichier | 558 KB |
Nombre d'Installations | 43 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2016-11-28 |
Date de Publication | 2016-11-28 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | benmuschol |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |