TopCoder Quick View
TopCoder challenges quick view.
Cos'è TopCoder Quick View?
TopCoder Quick View è un'estensione di Chrome sviluppata da Bhupendra yadav, e la sua funzione principale è "TopCoder challenges quick view.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TopCoder Quick View
Scarica i file di estensione TopCoder Quick View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fcklfjbcmdcidlohninagokhnclpeing |
URL Ufficiale | https://chrome.google.com/webstore/detail/topcoder-quick-view/fcklfjbcmdcidlohninagokhnclpeing |
Descrizione | TopCoder challenges quick view. |
Dimensione del File | 273 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-09-02 |
Data di Pubblicazione | 2015-09-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Bhupendra yadav |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.cloudspokes.com/ |
Lingue Supportate | 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 } |