Spider Sense
Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.
Cos'è Spider Sense?
Spider Sense è un'estensione di Chrome sviluppata da https://shanky.dev, e la sua funzione principale è "Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spider Sense
Scarica i file di estensione Spider Sense in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# 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/) Informazioni di Base sull'Estensione
| Nome | |
| ID | gdpemckobcbpkgibfiiaeoohjccaebfj |
| URL Ufficiale | https://chromewebstore.google.com/detail/spider-sense/gdpemckobcbpkgibfiiaeoohjccaebfj |
| Descrizione | Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs. |
| Dimensione del File | 43.76 KB |
| Conteggio Installazioni | 20 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2019-12-05 |
| Data di Pubblicazione | 2019-12-04 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://shanky.dev |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/realslimshanky/Spider-Sense |
| URL della Pagina di Aiuto | https://github.com/realslimshanky/Spider-Sense |
| Lingue Supportate | 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"
]
} | |