TopCoder Quick View
TopCoder challenges quick view.
What is TopCoder Quick View?
TopCoder Quick View is a Chrome extension developed by Bhupendra yadav, and its main feature is "TopCoder challenges quick view.".
Extension Screenshots
Download TopCoder Quick View Extension CRX File
Download TopCoder Quick View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fcklfjbcmdcidlohninagokhnclpeing |
Official URL | https://chrome.google.com/webstore/detail/topcoder-quick-view/fcklfjbcmdcidlohninagokhnclpeing |
Description | TopCoder challenges quick view. |
File Size | 273 KB |
Installation Count | 32 |
Current Version | 1.0.0 |
Last Updated | 2015-09-02 |
Publish Date | 2015-09-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Bhupendra yadav |
Payment Type | free |
Extension Website | http://www.cloudspokes.com/ |
Supported Languages | 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 } |