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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        [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"
    }
}