Stalkcoder
This extension fetches ranks of live codechef contest
什么是Stalkcoder?
Stalkcoder是由stalkcoders开发的Chrome扩展程序,该扩展的主要功能是“This extension fetches ranks of live codechef contest”。
扩展截图
下载Stalkcoder扩展crx文件
下载Stalkcoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Most of the people who participate in competitive programming want to keep a check of their friend's progress. Keeping that in mind we have built StalkCoder where you can stalk(follow) your friends to keep track of their progress. StalkCoder allows you to keep a check of your friends progress in all the challenges on http://www.codechef.com/. This extension allows you to: * See your rank among your friends * See who all are actively participating and who all are inactive * See your current global rank in the contest If you have any questions, suggestions or want to report bugs please post it here https://chrome.google.com/webstore/support/ahkmkbpmiiindmcidjhcfimpkiaflick#bug .
扩展基本信息
名称 | Stalkcoder |
ID | ahkmkbpmiiindmcidjhcfimpkiaflick |
官方URL | https://chromewebstore.google.com/detail/stalkcoder/ahkmkbpmiiindmcidjhcfimpkiaflick |
简介 | This extension fetches ranks of live codechef contest |
文件大小 | 257 KB |
安装次数 | 51 |
当前版本 | 1.5.1 |
更新时间 | 2014-09-07 |
上架时间 | 2014-09-07 |
评分 | 4.64/5 共14次评分 |
开发者 | stalkcoders |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "stalker.html", "default_title": "StalkCoder" }, "description": "This extension fetches ranks of live codechef contest", "icons": { "128": "icon_128x128.png", "48": "icon_48x48.png" }, "manifest_version": 2, "name": "Stalkcoder", "permissions": [ "*:\/\/stalk-coder.appspot.com\/*", "*:\/\/www.codechef.com\/*" ], "short_name": "stalkcoder", "version": "1.5.1" } |