Slocher
How many lines does this github-project contain?
Slocherとは何ですか?
SlocherはMads Cordesによって開発されたChromeの拡張機能で、その主な機能は「How many lines does this github-project contain?」です。
拡張機能のスクリーンショット
Slocher拡張機能のCRXファイルをダウンロード
Slocher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever wondered how many source lines of code any given github project has? Well, wonder no more! - Simply install this extension and navigate to an arbitrary github project, find *Graphs* and click on *Lines of Code*. It's that simple! 拡張機能の基本情報
| 名前 | |
| ID | gojlfcmadbmiakoaacndmnindebgdoka |
| 公式URL | https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka |
| 説明 | How many lines does this github-project contain? |
| ファイルサイズ | 14.5 KB |
| インストール数 | 15 |
| 現在のバージョン | 0.0.4 |
| 最終更新日 | 2015-11-23 |
| 公開日 | 2015-11-23 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Mads Cordes |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Mobilpadde/Slocher |
| ヘルプページのURL | https://github.com/Mobilpadde/Slocher/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Slocher",
"description": "How many lines does this github-project contain?",
"version": "0.0.4",
"author": "Mads Cordes",
"icons": {
"16": "assets\/img\/icon16.png",
"32": "assets\/img\/icon32.png",
"48": "assets\/img\/icon48.png",
"128": "assets\/img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*"
],
"css": [
"assets\/styles\/slocher.css"
],
"js": [
"assets\/js\/numeral.min.js",
"assets\/js\/Helper.js",
"assets\/js\/slocher.js"
]
}
]
} | |