My Git Repo News
Chrome extension which helps you not to miss important changes in your news thread related to your repo
什么是My Git Repo News?
My Git Repo News是由greybax开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension which helps you not to miss important changes in your news thread related to your repo”。
扩展截图
下载My Git Repo News扩展crx文件
下载My Git Repo News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Don't miss any changes in your github newsfeed related with your repos!
扩展基本信息
名称 | My Git Repo News |
ID | bpijgihicffjpcnjndpcdicohomlfbhp |
官方URL | https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp |
简介 | Chrome extension which helps you not to miss important changes in your news thread related to your repo |
文件大小 | 168 KB |
安装次数 | 17 |
当前版本 | 1.0.2 |
更新时间 | 2018-10-01 |
上架时间 | 2018-10-01 |
评分 | 5.00/5 共1次评分 |
开发者 | greybax |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/greybax/github-extension-my-repo-news |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Git Repo News", "description": "Chrome extension which helps you not to miss important changes in your news thread related to your repo", "short_name": "My Git Repo News", "version": "1.0.2", "homepage_url": "https:\/\/github.com\/greybax\/github-extension-my-repo-news", "browser_action": { "default_title": "My Git Repo News", "default_icon": "icons\/icon-16.png" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "http:\/\/github.com\/*" ], "js": [ "js\/index.js" ] } ] } |