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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |