GitHub Add color to recently not updated file
Add color to recently not updated file on GitHub.
Co to jest GitHub Add color to recently not updated file?
GitHub Add color to recently not updated file to rozszerzenie Chrome opracowane przez naito.kenji, a jego główną funkcją jest „Add color to recently not updated file on GitHub.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Add color to recently not updated file
Pobierz pliki rozszerzeń GitHub Add color to recently not updated file 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
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'.
Podstawowe informacje o rozszerzeniu
Nazwa | GitHub Add color to recently not updated file |
ID | gnlanakllhhldoneeennbednopiaadld |
Oficjalny URL | https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld |
Opis | Add color to recently not updated file on GitHub. |
Rozmiar pliku | 101 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2014-06-07 |
Data Publikacji | 2014-06-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | naito.kenji |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |