Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed May 9, 2014
1 parent 73112e2 commit 19b171b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "签到",
"version": "0.0.2",
"manifest_version": 2,
"description": "登陆访问时自动在点评,一号店,苏宁等网站签到",
"description": "登陆访问时自动在点评,一号店,苏宁,虾米等网站签到",
"homepage_url": "http://fayland.me/",
"icons": {
"16": "icons/icon16.png",
Expand Down
4 changes: 2 additions & 2 deletions src/browser_action/browser_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<tr><th>网站</th><th>最后签到时间</th><th>点数</th><th>-</th></tr>
<tr>
<td>一号店</td><td id='yhd_status'></td><td id='yhd_points'>-</td>
<td><a href='http://www.yhd.com/' target='_blank'>访问</a></td>
<td><a href='http://vip.yhd.com/' target='_blank'>访问</a></td>
</tr>
<tr>
<td>点评</td><td id='dianping_status'></td><td id='dianping_points'>-</td>
<td><a href='http://www.dianping.com/' target='_blank'>访问</a></td>
</tr>
<tr>
<td>苏宁</td><td id='suning_status'></td><td id='suning_points'>-</td>
<td><a href='http://www.suning.com/' target='_blank'>访问</a></td>
<td><a href='http://vip.suning.com/' target='_blank'>访问</a></td>
</tr>
<tr>
<td>虾米</td><td id='xiami_status'></td><td id='suning_points'>-</td>
Expand Down

0 comments on commit 19b171b

Please sign in to comment.