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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benmuschol และคุณลักษณะหลักของมันคือ "[Scheduling jobs via popup is currently broken] Easily jump between ScrapingHub and your command line. This extension can generate…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scrapinghub to Command Line

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}