Learn-RxJs
A browser extension that will remind and teach you an RxJs operator a day.
Learn-RxJs란 무엇입니까?
Learn-RxJs은(는) Sreekanth Reddy Pathi Reddy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that will remind and teach you an RxJs operator a day."입니다.
확장 프로그램 스크린샷
Learn-RxJs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RxJs is a Javascript library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code. Developer life will be so easy with this library and makes code clean and crisp. It has lot of operators and requires a steady process to get hold of them. This browser extension helps you learn all operator by reminding you everyday and sends your way a new RxJs operator to learn. It provides examples to understand each operator clearly and also compares different operators where required to differentiate. Learn at your own pace by navigating to next and previous operators. You can also use this extension to search and find any operator for quick reference. Also find Stackblitz link to each operator to play with the operator. All operators are consolidated under a single Stackblitz project to quickly access any operator and play with them.
확장 프로그램 기본 정보
이름 | Learn-RxJs |
ID | kegaojpfbgbhmpigpejnobophefcmmom |
공식 URL | https://chromewebstore.google.com/detail/learn-rxjs/kegaojpfbgbhmpigpejnobophefcmmom |
설명 | A browser extension that will remind and teach you an RxJs operator a day. |
파일 크기 | 400 KB |
설치 횟수 | 155 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2020-06-18 |
출시 날짜 | 2020-06-18 |
개발자 | Sreekanth Reddy Pathi Reddy |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Learn-RxJs", "version": "1.0.3", "description": "A browser extension that will remind and teach you an RxJs operator a day.", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "notifications", "alarms" ], "background": { "scripts": [ "background-es2015.js", "runtime-es2015.js" ] }, "browser_action": { "default_popup": "index.html" } } |