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 là gì?

Scrapinghub to Command Line là một tiện ích mở rộng Chrome được phát triển bởi benmuschol, và tính năng chính của nó là "[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrapinghub to Command Line

Tải xuống các tệp mở rộng Scrapinghub to Command Line dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        [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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrapinghub to Command Line Scrapinghub to Command Line
ID bdlmplknmdmmekdindcbnffaohhcpjfc
URL Chính Thức https://chromewebstore.google.com/detail/scrapinghub-to-command-li/bdlmplknmdmmekdindcbnffaohhcpjfc
Mô tả [Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…
Kích Thước Tệp 558 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2016-11-28
Ngày Phát Hành 2016-11-28
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển benmuschol
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}