Scrapinghub to Command Line
[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
什么是Scrapinghub to Command Line?
Scrapinghub to Command Line是由benmuschol开发的Chrome扩展程序,该扩展的主要功能是“[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…”。
扩展截图
下载Scrapinghub to Command Line扩展crx文件
下载Scrapinghub to Command Line扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[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 扩展基本信息
| 名称 | |
| ID | bdlmplknmdmmekdindcbnffaohhcpjfc |
| 官方URL | https://chromewebstore.google.com/detail/scrapinghub-to-command-li/bdlmplknmdmmekdindcbnffaohhcpjfc |
| 简介 | [Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate… |
| 文件大小 | 558 KB |
| 安装次数 | 43 |
| 当前版本 | 0.2.2 |
| 更新时间 | 2016-11-28 |
| 上架时间 | 2016-11-28 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | benmuschol |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |