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 |
| 公式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"
]
} | |