Spider Sense
Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.
Spider Sense là gì?
Spider Sense là một tiện ích mở rộng Chrome được phát triển bởi https://shanky.dev, và tính năng chính của nó là "Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spider Sense
Tải xuống các tệp mở rộng Spider Sense 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
# 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/)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spider Sense |
ID | gdpemckobcbpkgibfiiaeoohjccaebfj |
URL Chính Thức | https://chromewebstore.google.com/detail/spider-sense/gdpemckobcbpkgibfiiaeoohjccaebfj |
Mô tả | Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs. |
Kích Thước Tệp | 43.76 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2019-12-05 |
Ngày Phát Hành | 2019-12-04 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://shanky.dev |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/realslimshanky/Spider-Sense |
URL Trang Trợ Giúp | https://github.com/realslimshanky/Spider-Sense |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |