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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Learn-RxJs拡張機能のCRXファイルをダウンロード

Learn-RxJs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
    }
}