GitHub Hovercard
Neat hovercards for GitHub.
GitHub Hovercardとは何ですか?
GitHub Hovercardはhttps://justineo.github.io/github-hovercardによって開発されたChromeの拡張機能で、その主な機能は「Neat hovercards for GitHub.」です。
拡張機能のスクリーンショット
GitHub Hovercard拡張機能のCRXファイルをダウンロード
GitHub Hovercard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GitHub Hovercard provides neat hovercards for GitHub. It brings you instant access to user/repo/issue/commit information from anywhere on GitHub.
拡張機能の基本情報
名前 | GitHub Hovercard |
ID | mmoahbbnojgkclgceahhakhnccimnplk |
公式URL | https://chromewebstore.google.com/detail/github-hovercard/mmoahbbnojgkclgceahhakhnccimnplk |
説明 | Neat hovercards for GitHub. |
ファイルサイズ | 121 KB |
インストール数 | 10,000 |
現在のバージョン | 1.9.4 |
最終更新日 | 2021-05-13 |
公開日 | 2019-03-27 |
評価 | 4.68/5 合計 41 レビュー |
開発者 | https://justineo.github.io/github-hovercard |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://justineo.github.io/github-hovercard/ |
ヘルプページのURL | https://github.com/Justineo/github-hovercard/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Hovercard", "description": "Neat hovercards for GitHub.", "version": "1.9.4", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation", "storage", "https:\/\/github.com\/*" ], "optional_permissions": [ " |