Spider Sense

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

Spider Senseคืออะไร?

Spider Sense เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shanky.dev และคุณลักษณะหลักของมันคือ "Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spider Sense

ดาวน์โหลดไฟล์ส่วนขยาย Spider Sense ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        # 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"
    ]
}