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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |