My Git Repo News
Chrome extension which helps you not to miss important changes in your news thread related to your repo
Co to jest My Git Repo News?
My Git Repo News to rozszerzenie Chrome opracowane przez greybax, a jego główną funkcją jest „Chrome extension which helps you not to miss important changes in your news thread related to your repo”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia My Git Repo News
Pobierz pliki rozszerzeń My Git Repo News w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Don't miss any changes in your github newsfeed related with your repos!
Podstawowe informacje o rozszerzeniu
Nazwa | My Git Repo News |
ID | bpijgihicffjpcnjndpcdicohomlfbhp |
Oficjalny URL | https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp |
Opis | Chrome extension which helps you not to miss important changes in your news thread related to your repo |
Rozmiar pliku | 168 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2018-10-01 |
Data Publikacji | 2018-10-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | greybax |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/greybax/github-extension-my-repo-news |
Obsługiwane Języki | 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" ] } ] } |