GitHub Add color to recently not updated file
Add color to recently not updated file on GitHub.
GitHub Add color to recently not updated fileとは何ですか?
GitHub Add color to recently not updated fileはnaito.kenjiによって開発されたChromeの拡張機能で、その主な機能は「Add color to recently not updated file on GitHub.」です。
拡張機能のスクリーンショット
GitHub Add color to recently not updated file拡張機能のCRXファイルをダウンロード
GitHub Add color to recently not updated file拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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'.
拡張機能の基本情報
名前 | GitHub Add color to recently not updated file |
ID | gnlanakllhhldoneeennbednopiaadld |
公式URL | https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld |
説明 | Add color to recently not updated file on GitHub. |
ファイルサイズ | 101 KB |
インストール数 | 44 |
現在のバージョン | 0.2 |
最終更新日 | 2014-06-07 |
公開日 | 2014-06-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | naito.kenji |
支払い方法 | free |
対応言語 | 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" } } |