Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43390d9

Browse files
committed
updated to chrome extension v2
1 parent bbd723f commit 43390d9

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# README
2+
3+
Install the [Coderstats link for Github](https://chrome.google.com/webstore/detail/necogepejonacpphmlmcagmbjaogpbng) Chrome extension from the Chrome Web Store.

coderstats/README

-2
This file was deleted.

coderstats/manifest.json

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
2+
"manifest_version": 2,
3+
"version": "1.4",
24
"name": "Coderstats link for Github",
3-
"version": "1.3",
45
"description": "Display a link to the Coderstats page for the currently displayed user on github.com.",
5-
"icons":
6-
{
7-
"48": "logo-48x48.png",
8-
"128": "logo-128x128.png"
9-
},
10-
"content_scripts": [
11-
{
12-
"matches": ["https://github.com/*"],
13-
"js": ["vendor/jquery-1.7.1.min.js","coderstats.js"],
14-
"run_at": "document_end"
15-
}
16-
]
6+
"icons": {
7+
"48": "logo-48x48.png",
8+
"128": "logo-128x128.png"
9+
},
10+
"content_scripts": [{
11+
"matches": ["https://github.com/*"],
12+
"js": ["vendor/jquery-1.7.2.min.js","coderstats.js"],
13+
"run_at": "document_end"
14+
}]
1715
}

0 commit comments

Comments
 (0)