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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |