GitHub Add color to recently not updated file
Add color to recently not updated file on GitHub.
Was ist GitHub Add color to recently not updated file?
GitHub Add color to recently not updated file ist eine Chrome-Erweiterung, die von naito.kenji entwickelt wurde, und ihr Hauptmerkmal ist "Add color to recently not updated file on GitHub.".
Erweiterungsscreenshots
GitHub Add color to recently not updated file-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitHub Add color to recently not updated file-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
GitHub Add color to recently not updated file. The file which is not updated more than half a year is changed into 'orange'. The file which is not updated more than one year is changed into 'red'.
Grundlegende Informationen zur Erweiterung
Name | GitHub Add color to recently not updated file |
ID | gnlanakllhhldoneeennbednopiaadld |
Offizielle URL | https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld |
Beschreibung | Add color to recently not updated file on GitHub. |
Dateigröße | 101 KB |
Installationsanzahl | 44 |
Aktuelle Version | 0.2 |
Letztes Update | 2014-06-07 |
Veröffentlichungsdatum | 2014-06-07 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | naito.kenji |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Add color to recently not updated file", "version": "0.2", "description": "Add color to recently not updated file on GitHub.", "content_scripts": [ { "matches": [ "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "js": [ "jquery-1.11.1.js", "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |