Spider Sense
Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.
What is Spider Sense?
Spider Sense is a Chrome extension developed by https://shanky.dev, and its main feature is "Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.".
Extension Screenshots
Download Spider Sense Extension CRX File
Download Spider Sense extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# 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/)
Extension Basic Information
Name | Spider Sense |
ID | gdpemckobcbpkgibfiiaeoohjccaebfj |
Official URL | https://chromewebstore.google.com/detail/spider-sense/gdpemckobcbpkgibfiiaeoohjccaebfj |
Description | Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs. |
File Size | 43.76 KB |
Installation Count | 20 |
Current Version | 0.1 |
Last Updated | 2019-12-05 |
Publish Date | 2019-12-04 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://shanky.dev |
Payment Type | free |
Extension Website | https://github.com/realslimshanky/Spider-Sense |
Help Page URL | https://github.com/realslimshanky/Spider-Sense |
Supported Languages | 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" ] } |