My Git Repo News
Chrome extension which helps you not to miss important changes in your news thread related to your repo
Hvad er My Git Repo News?
My Git Repo News er en Chrome-udvidelse udviklet af greybax, og dens hovedfunktion er "Chrome extension which helps you not to miss important changes in your news thread related to your repo".
Udvidelsesskærmbilleder
Download My Git Repo News-udvidelses-CRX-fil
Download My Git Repo News-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Don't miss any changes in your github newsfeed related with your repos!
Grundlæggende oplysninger om udvidelsen
Navn | My Git Repo News |
ID | bpijgihicffjpcnjndpcdicohomlfbhp |
Officiel URL | https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp |
Beskrivelse | Chrome extension which helps you not to miss important changes in your news thread related to your repo |
Filstørrelse | 168 KB |
Antal Installationer | 17 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2018-10-01 |
Udgivelsesdato | 2018-10-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | greybax |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/greybax/github-extension-my-repo-news |
Understøttede Sprog | 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" ] } ] } |