Spring Docs Read Latest Extension
Adds link to latest Spring docs to older versions project references
Spring Docs Read Latest Extensionคืออะไร?
Spring Docs Read Latest Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maciej Walkowiak และคุณลักษณะหลักของมันคือ "Adds link to latest Spring docs to older versions project references"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spring Docs Read Latest Extension
ดาวน์โหลดไฟล์ส่วนขยาย Spring Docs Read Latest Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spring Docs Read Latest Extension |
ID | ccmccpfomgfkbcbfeahhjecddjajhipk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spring-docs-read-latest-e/ccmccpfomgfkbcbfeahhjecddjajhipk |
คำอธิบาย | Adds link to latest Spring docs to older versions project references |
ขนาดไฟล์ | 309 KB |
จำนวนการติดตั้ง | 238 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2022-12-27 |
วันที่เผยแพร่ | 2021-04-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Maciej Walkowiak |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/maciejwalkowiak/spring-docs-read-latest-extension |
URL หน้าช่วยเหลือ | https://github.com/maciejwalkowiak/spring-docs-read-latest-extension |
ภาษาที่รองรับ | 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" ] } ] } |