My Git Repo News
Chrome extension which helps you not to miss important changes in your news thread related to your repo
Vad är My Git Repo News?
My Git Repo News är en Chrome-tillägg utvecklad av greybax, och dess huvudfunktion är "Chrome extension which helps you not to miss important changes in your news thread related to your repo".
Tilläggsskärmbilder
Ladda ner My Git Repo News-förlängningens CRX-fil
Ladda ner My Git Repo News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Don't miss any changes in your github newsfeed related with your repos!
Grundläggande Information om Tillägg
Namn | My Git Repo News |
ID | bpijgihicffjpcnjndpcdicohomlfbhp |
Officiell webbadress | https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp |
Beskrivning | Chrome extension which helps you not to miss important changes in your news thread related to your repo |
Filstorlek | 168 KB |
Antal Installationer | 17 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2018-10-01 |
Publiceringsdatum | 2018-10-01 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | greybax |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/greybax/github-extension-my-repo-news |
Stödda Språk | 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" ] } ] } |