TopCoder Quick View

TopCoder challenges quick view.

什麼是TopCoder Quick View?

TopCoder Quick View是由Bhupendra yadav開發的Chrome擴展程式,該擴展的主要功能是“TopCoder challenges quick view.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 TopCoder Quick View TopCoder Quick View
ID fcklfjbcmdcidlohninagokhnclpeing
官方網址 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
}