Spider Sense
Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.
什麼是Spider Sense?
Spider Sense是由https://shanky.dev開發的Chrome擴展程式,該擴展的主要功能是“Spider Sense helps Spider developers working with Scrapy Cloud monitor jobs.”。
擴展截圖
下載Spider Sense擴展crx文件
下載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/) 擴展基本資訊
| 名稱 | |
| ID | gdpemckobcbpkgibfiiaeoohjccaebfj |
| 官方網址 | 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"
]
} | |