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…”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Scrapinghub to Command Line Scrapinghub to Command Line
ID bdlmplknmdmmekdindcbnffaohhcpjfc
官方網址 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"
    }
}