Spring Docs Read Latest Extension
Adds link to latest Spring docs to older versions project references
Spring Docs Read Latest Extension là gì?
Spring Docs Read Latest Extension là một tiện ích mở rộng Chrome được phát triển bởi Maciej Walkowiak, và tính năng chính của nó là "Adds link to latest Spring docs to older versions project references".
Ả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 Spring Docs Read Latest Extension
Tải xuống các tệp mở rộng Spring Docs Read Latest Extension 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
When searching for Spring Framework or Spring Boot docs, we often end up on the old version docs. With this extension, old reference gets a link at the top of the page taking you to the latest and greatest Spring docs!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spring Docs Read Latest Extension |
ID | ccmccpfomgfkbcbfeahhjecddjajhipk |
URL Chính Thức | https://chromewebstore.google.com/detail/spring-docs-read-latest-e/ccmccpfomgfkbcbfeahhjecddjajhipk |
Mô tả | Adds link to latest Spring docs to older versions project references |
Kích Thước Tệp | 309 KB |
Số Lần Cài Đặt | 238 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2022-12-27 |
Ngày Phát Hành | 2021-04-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Maciej Walkowiak |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/maciejwalkowiak/spring-docs-read-latest-extension |
URL Trang Trợ Giúp | https://github.com/maciejwalkowiak/spring-docs-read-latest-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spring Docs Read Latest Extension", "version": "0.0.3", "manifest_version": 2, "description": "Adds link to latest Spring docs to older versions project references", "homepage_url": "http:\/\/github.com\/maciejwalkowiak", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/docs.spring.io\/" ], "content_scripts": [ { "matches": [ "https:\/\/docs.spring.io\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/docs.spring.io\/**" ], "js": [ "src\/inject\/inject.js" ] } ] } |