Octohint
IntelliSense hint for GitHub
什麼是Octohint?
Octohint是由Rongjian Zhang開發的Chrome擴展程式,該擴展的主要功能是“IntelliSense hint for GitHub”。
擴展截圖
下載Octohint擴展crx文件
下載Octohint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Octohint |
ID | hbkpjkfdheainjkkebeoofkpgddnnbpk |
官方網址 | https://chromewebstore.google.com/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk |
簡介 | IntelliSense hint for GitHub |
檔案大小 | 1.04 MB |
安裝次數 | 4,694 |
目前版本 | 2.0.9 |
更新時間 | 2022-02-04 |
上架時間 | 2018-12-25 |
評分 | 4.60/5 共 10 次評分 |
開發者 | Rongjian Zhang |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/pd4d10/octohint |
說明頁面URL | https://github.com/pd4d10/octohint |
支援的語言 | 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": [ " |