Octohint
IntelliSense hint for GitHub
Was ist Octohint?
Octohint ist eine Chrome-Erweiterung, die von Rongjian Zhang entwickelt wurde, und ihr Hauptmerkmal ist "IntelliSense hint for GitHub".
Erweiterungsscreenshots
Octohint-Erweiterungs-CRX-Datei herunterladen
Laden Sie Octohint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Octohint |
ID | hbkpjkfdheainjkkebeoofkpgddnnbpk |
Offizielle URL | https://chromewebstore.google.com/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk |
Beschreibung | IntelliSense hint for GitHub |
Dateigröße | 1.04 MB |
Installationsanzahl | 4,694 |
Aktuelle Version | 2.0.9 |
Letztes Update | 2022-02-04 |
Veröffentlichungsdatum | 2018-12-25 |
Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
Entwickler | Rongjian Zhang |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/pd4d10/octohint |
Hilfeseite URL | https://github.com/pd4d10/octohint |
Unterstützte Sprachen | 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": [ " |