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 |
官方網址 | 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" ] } ] } |