Spider Sense
Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.
ما هو Spider Sense؟
Spider Sense هو إضافة Chrome تم تطويرها بواسطة https://shanky.dev، والميزة الرئيسية لها هي "Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spider Sense
قم بتنزيل ملفات الامتداد Spider Sense بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
# Spider-Sense A browser extension to monitor your spiders deployed on Scrapy Cloud. ## How to install this extension from source? - Clone the repository - Open `about:debugging` on Firefox, click on `This Firefox` and select `Load Temporary Add-on...` or open `chrome://extensions/` on Chrome, enable `Developer mode` and select `Load unpacked` - Select `manifest.json` file present in this repository - You'll see a black 'Bolt' icon on the Extension/Add-on bar of respective browser - Click on the icon to enable the popup and follow instructions > Please create issue if you find some, hope this extension helps your workflow :) - [Shashank](https://github.com/realslimshanky/)
معلومات أساسية عن التمديد
الاسم | Spider Sense |
ID | gdpemckobcbpkgibfiiaeoohjccaebfj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spider-sense/gdpemckobcbpkgibfiiaeoohjccaebfj |
الوصف | Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs. |
حجم الملف | 43.76 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 0.1 |
آخر تحديث | 2019-12-05 |
تاريخ النشر | 2019-12-04 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | https://shanky.dev |
نوع الدفع | free |
موقع الإضافة | https://github.com/realslimshanky/Spider-Sense |
عنوان صفحة المساعدة | https://github.com/realslimshanky/Spider-Sense |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spider Sense", "version": "0.1", "description": "Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.", "homepage_url": "https:\/\/github.com\/realslimshanky\/Spider-Sense", "icons": { "48": "icons\/SeekClipart.com_blitz-clipart_204510.png" }, "browser_action": { "default_icon": "icons\/SeekClipart.com_blitz-clipart_204510.png", "default_popup": "popup\/spider_sense.html", "default_title": "Spider Sense" }, "background": { "scripts": [ "browser-polyfill.min.js", "background-script.js" ] }, "permissions": [ "storage" ] } |