GitHub Add color to recently not updated file
Add color to recently not updated file on GitHub.
What is GitHub Add color to recently not updated file?
GitHub Add color to recently not updated file is a Chrome extension developed by naito.kenji, and its main feature is "Add color to recently not updated file on GitHub.".
Extension Screenshots
Download GitHub Add color to recently not updated file Extension CRX File
Download GitHub Add color to recently not updated file extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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'.
Extension Basic Information
Name | GitHub Add color to recently not updated file |
ID | gnlanakllhhldoneeennbednopiaadld |
Official URL | https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld |
Description | Add color to recently not updated file on GitHub. |
File Size | 101 KB |
Installation Count | 44 |
Current Version | 0.2 |
Last Updated | 2014-06-07 |
Publish Date | 2014-06-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | naito.kenji |
Payment Type | free |
Supported Languages | 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" } } |