TopCoder Quick View
TopCoder challenges quick view.
什么是TopCoder Quick View?
TopCoder Quick View是由Bhupendra yadav开发的Chrome扩展程序,该扩展的主要功能是“TopCoder challenges quick view.”。
扩展截图
下载TopCoder Quick View扩展crx文件
下载TopCoder Quick View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Be one step ahead in competition by quickly getting current challenges in topcoder. It's really quick. No need to visit topcoder site.
install and feel yourself. 扩展基本信息
| 名称 | |
| ID | fcklfjbcmdcidlohninagokhnclpeing |
| 官方URL | https://chrome.google.com/webstore/detail/topcoder-quick-view/fcklfjbcmdcidlohninagokhnclpeing |
| 简介 | TopCoder challenges quick view. |
| 文件大小 | 273 KB |
| 安装次数 | 32 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2015-09-02 |
| 上架时间 | 2015-09-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Bhupendra yadav |
| 付费类型 | free |
| 扩展官网 | http://www.cloudspokes.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TopCoder Quick View",
"description": "TopCoder challenges quick view.",
"version": "1.0.0",
"permissions": [
"cookies",
"https:\/\/api.topcoder.com\/*"
],
"browser_action": {
"default_title": "TopCoder Quick View",
"default_popup": "index.html"
},
"icons": {
"16": "img\/ico_16.png",
"48": "img\/ico_48.png",
"128": "img\/ico_128.png"
},
"manifest_version": 2
} | |