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" ] } ] } |