Spider Sense

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

Spider Sense क्या है?

Spider Sense https://shanky.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spider Sense एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Spider Sense Spider Sense
ID gdpemckobcbpkgibfiiaeoohjccaebfj
आधिकारिक URL https://chromewebstore.google.com/detail/spider-sense/gdpemckobcbpkgibfiiaeoohjccaebfj
विवरण Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.
फ़ाइल का आकार 43.76 KB
स्थापना संख्या 20
वर्तमान संस्करण 0.1
अंतिम अपडेट 2019-12-05
प्रकाशन तिथि 2019-12-04
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://shanky.dev
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/realslimshanky/Spider-Sense
सहायता पृष्ठ URL https://github.com/realslimshanky/Spider-Sense
समर्थित भाषाएँ 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"
    ]
}