Spider Sense
Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.
Wat is Spider Sense?
Spider Sense is een Chrome-extensie ontwikkeld door https://shanky.dev, en de belangrijkste functie is "Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spider Sense
Download Spider Sense-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
# 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/)
Basisinformatie over de Extensie
Naam | Spider Sense |
ID | gdpemckobcbpkgibfiiaeoohjccaebfj |
Officiële URL | https://chromewebstore.google.com/detail/spider-sense/gdpemckobcbpkgibfiiaeoohjccaebfj |
Beschrijving | Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs. |
Bestandsgrootte | 43.76 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2019-12-05 |
Publicatiedatum | 2019-12-04 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://shanky.dev |
Betalingswijze | free |
Extensiewebsite | https://github.com/realslimshanky/Spider-Sense |
Help Pagina-URL | https://github.com/realslimshanky/Spider-Sense |
Ondersteunde Talen | 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" ] } |