Stack Overflow Class Linker
This plugin will link class names in code blocks on Stack Overflow to the appropriate javadoc. Currently this only works with Java…
Stack Overflow Class Linker là gì?
Stack Overflow Class Linker là một tiện ích mở rộng Chrome được phát triển bởi ITN Studio, và tính năng chính của nó là "This plugin will link class names in code blocks on Stack Overflow to the appropriate javadoc. Currently this only works with Java…".
Tải xuống tệp CRX của tiện ích mở rộng Stack Overflow Class Linker
Tải xuống các tệp mở rộng Stack Overflow Class Linker 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
This plugin will link class names in code blocks on Stack Overflow to the appropriate javadoc. Currently this only works with Java 8 and Android classes; more support will be coming soon. This project is open source. For information on help with developing this extension, email [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stack Overflow Class Linker |
ID | hgbejffniepinbkfpbnblpdbdloliiia |
URL Chính Thức | https://chromewebstore.google.com/detail/stack-overflow-class-link/hgbejffniepinbkfpbnblpdbdloliiia |
Mô tả | This plugin will link class names in code blocks on Stack Overflow to the appropriate javadoc. Currently this only works with Java… |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2016-03-04 |
Ngày Phát Hành | 2016-03-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ITN Studio |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stack Overflow Class Linker", "version": "1.0.3", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/stackoverflow.com\/*" ], "js": [ "jquery-2.2.0.min.js", "classes\/java8Classes.json", "classes\/androidClasses.json", "findClassName.js", "content.js" ], "css": [ "css.css" ] } ] } |