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はMaciej Walkowiakによって開発されたChromeの拡張機能で、その主な機能は「Adds link to latest Spring docs to older versions project references」です。
拡張機能のスクリーンショット
Spring Docs Read Latest Extension拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |