Spider Sense

Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.

Co je Spider Sense?

Spider Sense je rozšíření Chrome vyvinuté https://shanky.dev, a jeho hlavní funkcí je „Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Spider Sense

Stáhněte si soubory rozšíření Spider Sense ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        # 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/)                    

Základní Informace o Rozšíření

Název Spider Sense Spider Sense
ID gdpemckobcbpkgibfiiaeoohjccaebfj
Oficiální URL https://chromewebstore.google.com/detail/spider-sense/gdpemckobcbpkgibfiiaeoohjccaebfj
Popis Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.
Velikost souboru 43.76 KB
Počet instalací 20
Aktuální Verze 0.1
Poslední Aktualizace 2019-12-05
Datum Vydání 2019-12-04
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář https://shanky.dev
Typ Platby free
Webové stránky Rozšíření https://github.com/realslimshanky/Spider-Sense
URL Stránky Nápovědy https://github.com/realslimshanky/Spider-Sense
Podporované Jazyky 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"
    ]
}