Learn-RxJs

A browser extension that will remind and teach you an RxJs operator a day.

Learn-RxJsคืออะไร?

Learn-RxJs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sreekanth Reddy Pathi Reddy และคุณลักษณะหลักของมันคือ "A browser extension that will remind and teach you an RxJs operator a day."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learn-RxJs

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}