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 . 擴展基本資訊
| 名稱 | |
| ID | ahkmkbpmiiindmcidjhcfimpkiaflick |
| 官方網址 | 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"
} | |