Star History
A chrome extension showing star history graph of current GitHub repository
什么是Star History?
Star History是由https://star-history.com开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension showing star history graph of current GitHub repository”。
扩展截图
下载Star History扩展crx文件
下载Star History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.
扩展基本信息
名称 | Star History |
ID | iijibbcdddbhokfepbblglfgdglnccfn |
官方URL | https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn |
简介 | A chrome extension showing star history graph of current GitHub repository |
文件大小 | 785 KB |
安装次数 | 4,002 |
当前版本 | 2.0 |
更新时间 | 2022-02-07 |
上架时间 | 2020-02-11 |
评分 | 4.92/5 共12次评分 |
开发者 | https://star-history.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/bytebase/star-history-plugin |
帮助页面URL | https://github.com/bytebase/star-history-plugin/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Star History", "description": "A chrome extension showing star history graph of current GitHub repository", "homepage_url": "https:\/\/github.com\/bytebase\/star-history", "author": "bytebase", "version": "2.0", "manifest_version": 3, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": ".\/extension\/popup.html" }, "host_permissions": [ "https:\/\/api.github.com\/" ], "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ] } |