Octohint
IntelliSense hint for GitHub
Cos'è Octohint?
Octohint è un'estensione di Chrome sviluppata da Rongjian Zhang, e la sua funzione principale è "IntelliSense hint for GitHub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Octohint
Scarica i file di estensione Octohint in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Octohint |
ID | hbkpjkfdheainjkkebeoofkpgddnnbpk |
URL Ufficiale | https://chromewebstore.google.com/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk |
Descrizione | IntelliSense hint for GitHub |
Dimensione del File | 1.04 MB |
Conteggio Installazioni | 4,694 |
Versione Corrente | 2.0.9 |
Ultimo Aggiornamento | 2022-02-04 |
Data di Pubblicazione | 2018-12-25 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | Rongjian Zhang |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/pd4d10/octohint |
URL della Pagina di Aiuto | https://github.com/pd4d10/octohint |
Lingue Supportate | 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": [ " |