Spring Docs Read Latest Extension
Adds link to latest Spring docs to older versions project references
Qu'est-ce que Spring Docs Read Latest Extension ?
Spring Docs Read Latest Extension est une extension Chrome développée par Maciej Walkowiak, et sa fonction principale est "Adds link to latest Spring docs to older versions project references".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spring Docs Read Latest Extension
Téléchargez les fichiers d'extension Spring Docs Read Latest Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Spring Docs Read Latest Extension |
ID | ccmccpfomgfkbcbfeahhjecddjajhipk |
URL Officiel | https://chromewebstore.google.com/detail/spring-docs-read-latest-e/ccmccpfomgfkbcbfeahhjecddjajhipk |
Description | Adds link to latest Spring docs to older versions project references |
Taille du Fichier | 309 KB |
Nombre d'Installations | 238 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2022-12-27 |
Date de Publication | 2021-04-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Maciej Walkowiak |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/maciejwalkowiak/spring-docs-read-latest-extension |
URL de la Page d'Aide | https://github.com/maciejwalkowiak/spring-docs-read-latest-extension |
Langues Prises en Charge | 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" ] } ] } |