TypeScript Friendly
Annotates npm website with information about how TypeScript-friendly a package is.
TypeScript Friendly là gì?
TypeScript Friendly là một tiện ích mở rộng Chrome được phát triển bởi ofrobots, và tính năng chính của nó là "Annotates npm website with information about how TypeScript-friendly a package is.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TypeScript Friendly
Tải xuống các tệp mở rộng TypeScript Friendly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Annotates npm website with information about how TypeScript-friendly a package is.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bobgngeadaljeacddbgefcfhhdopmpnc |
URL Chính Thức | https://chromewebstore.google.com/detail/typescript-friendly/bobgngeadaljeacddbgefcfhhdopmpnc |
Mô tả | Annotates npm website with information about how TypeScript-friendly a package is. |
Kích Thước Tệp | 3.73 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-08-07 |
Ngày Phát Hành | 2018-08-06 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ofrobots |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ofrobots/typescript-friendly |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |