Stack Overflow Class Linker
This plugin will link class names in code blocks on Stack Overflow to the appropriate javadoc. Currently this only works with Java…
Stack Overflow Class Linkerとは何ですか?
Stack Overflow Class LinkerはITN Studioによって開発されたChromeの拡張機能で、その主な機能は「This plugin will link class names in code blocks on Stack Overflow to the appropriate javadoc. Currently this only works with Java…」です。
Stack Overflow Class Linker拡張機能のCRXファイルをダウンロード
Stack Overflow Class Linker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin will link class names in code blocks on Stack Overflow to the appropriate javadoc. Currently this only works with Java 8 and Android classes; more support will be coming soon. This project is open source. For information on help with developing this extension, email [email protected]
拡張機能の基本情報
名前 | Stack Overflow Class Linker |
ID | hgbejffniepinbkfpbnblpdbdloliiia |
公式URL | https://chromewebstore.google.com/detail/stack-overflow-class-link/hgbejffniepinbkfpbnblpdbdloliiia |
説明 | This plugin will link class names in code blocks on Stack Overflow to the appropriate javadoc. Currently this only works with Java… |
ファイルサイズ | 129 KB |
インストール数 | 15 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-03-04 |
公開日 | 2016-03-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ITN Studio |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stack Overflow Class Linker", "version": "1.0.3", "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/stackoverflow.com\/*" ], "js": [ "jquery-2.2.0.min.js", "classes\/java8Classes.json", "classes\/androidClasses.json", "findClassName.js", "content.js" ], "css": [ "css.css" ] } ] } |