Octohint
IntelliSense hint for GitHub
Co to jest Octohint?
Octohint to rozszerzenie Chrome opracowane przez Rongjian Zhang, a jego główną funkcją jest „IntelliSense hint for GitHub”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Octohint
Pobierz pliki rozszerzeń Octohint w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Octohint adds IntelliSense hint to GitHub. With Octohint installed, when you view code at GitHub (For example this demo), you'll get features as follows: - Mouse Hover: Show information of current token - Left Click: Show all references of current token - [⌘] + Click: Go to definition of current token (For Windows and Linux user, use [Ctrl] instead) Octohint is a pure client thing. All code analysis are performed at your browser, which means your code and actions log like click, mousemove will never be sent to any server. Source code: https://github.com/pd4d10/octohint Report issues: https://github.com/pd4d10/octohint/issues/new
Podstawowe informacje o rozszerzeniu
Nazwa | Octohint |
ID | hbkpjkfdheainjkkebeoofkpgddnnbpk |
Oficjalny URL | https://chromewebstore.google.com/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk |
Opis | IntelliSense hint for GitHub |
Rozmiar pliku | 1.04 MB |
Liczba instalacji | 4,694 |
Aktualna Wersja | 2.0.9 |
Ostatnia Aktualizacja | 2022-02-04 |
Data Publikacji | 2018-12-25 |
Ocena | 4.60/5 Łącznie 10 Oceny |
Deweloper | Rongjian Zhang |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/pd4d10/octohint |
Adres URL Strony Pomocy | https://github.com/pd4d10/octohint |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Octohint", "version": "2.0.9", "description": "IntelliSense hint for GitHub", "homepage_url": "https:\/\/github.com\/pd4d10\/octohint", "icons": { "128": "icons\/logo.png" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*", "https:\/\/gitlab.com\/*", "https:\/\/bitbucket.org\/*" ], "optional_permissions": [ " |