GitHub Add color to recently not updated file
Add color to recently not updated file on GitHub.
Wat is GitHub Add color to recently not updated file?
GitHub Add color to recently not updated file is een Chrome-extensie ontwikkeld door naito.kenji, en de belangrijkste functie is "Add color to recently not updated file on GitHub.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Add color to recently not updated file
Download GitHub Add color to recently not updated file-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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'.
Basisinformatie over de Extensie
Naam | GitHub Add color to recently not updated file |
ID | gnlanakllhhldoneeennbednopiaadld |
Officiële URL | https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld |
Beschrijving | Add color to recently not updated file on GitHub. |
Bestandsgrootte | 101 KB |
Aantal Installaties | 44 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-06-07 |
Publicatiedatum | 2014-06-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | naito.kenji |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |