My Git Repo News
Chrome extension which helps you not to miss important changes in your news thread related to your repo
Was ist My Git Repo News?
My Git Repo News ist eine Chrome-Erweiterung, die von greybax entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension which helps you not to miss important changes in your news thread related to your repo".
Erweiterungsscreenshots
My Git Repo News-Erweiterungs-CRX-Datei herunterladen
Laden Sie My Git Repo News-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Don't miss any changes in your github newsfeed related with your repos!
Grundlegende Informationen zur Erweiterung
Name | My Git Repo News |
ID | bpijgihicffjpcnjndpcdicohomlfbhp |
Offizielle URL | https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp |
Beschreibung | Chrome extension which helps you not to miss important changes in your news thread related to your repo |
Dateigröße | 168 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-10-01 |
Veröffentlichungsdatum | 2018-10-01 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | greybax |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/greybax/github-extension-my-repo-news |
Unterstützte Sprachen | 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" ] } ] } |