TypeScript Friendly
Annotates npm website with information about how TypeScript-friendly a package is.
Apa itu TypeScript Friendly?
TypeScript Friendly adalah ekstensi Chrome yang dikembangkan oleh ofrobots, dan fitur utamanya adalah "Annotates npm website with information about how TypeScript-friendly a package is.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TypeScript Friendly
Unduh file ekstensi TypeScript Friendly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Annotates npm website with information about how TypeScript-friendly a package is.
Informasi Dasar Ekstensi
Nama | |
ID | bobgngeadaljeacddbgefcfhhdopmpnc |
URL Resmi | https://chromewebstore.google.com/detail/typescript-friendly/bobgngeadaljeacddbgefcfhhdopmpnc |
Deskripsi | Annotates npm website with information about how TypeScript-friendly a package is. |
Ukuran File | 3.73 KB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-08-07 |
Tanggal Publikasi | 2018-08-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | ofrobots |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ofrobots/typescript-friendly |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TypeScript Friendly", "description": "Annotates npm website with information about how TypeScript-friendly a package is.", "version": "1.2", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.npmjs.com\/package\/*" ], "js": [ "npm.js" ] } ], "permissions": [ "https:\/\/registry.npmjs.org\/*", "https:\/\/registry.npmjs.com\/*", "https:\/\/www.npmjs.com\/*" ] } |