Scrapinghub to Command Line
[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
Wat is Scrapinghub to Command Line?
Scrapinghub to Command Line is een Chrome-extensie ontwikkeld door benmuschol, en de belangrijkste functie is "[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…".
Extensie Screenshots
Download het CRX-bestand van de extensie Scrapinghub to Command Line
Download Scrapinghub to Command Line-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
[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 Basisinformatie over de Extensie
| Naam | |
| ID | bdlmplknmdmmekdindcbnffaohhcpjfc |
| Officiële URL | https://chromewebstore.google.com/detail/scrapinghub-to-command-li/bdlmplknmdmmekdindcbnffaohhcpjfc |
| Beschrijving | [Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate… |
| Bestandsgrootte | 558 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 0.2.2 |
| Laatst Bijgewerkt | 2016-11-28 |
| Publicatiedatum | 2016-11-28 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | benmuschol |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |