Cartola
Exibe a pontuação do seu time no CartolaFC na interface principal do Chrome.
What is Cartola?
Cartola is a Chrome extension developed by M8, and its main feature is "Exibe a pontuação do seu time no CartolaFC na interface principal do Chrome.".
Extension Screenshots
Download Cartola Extension CRX File
Download Cartola 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
Acompanhe o desempenho do seu time no CartolaFC sem precisar ficar acessando site do CartolaFC. De tempos em tempos, a extensão verifica se foram liberadas pontuações de jogadores e as exibe automaticamente na interface principal do Chrome. Versão 2.0 liberada!
Extension Basic Information
Name | Cartola |
ID | pknnlkabhggcjihbmccpnbkfkidobgpi |
Official URL | https://chromewebstore.google.com/detail/cartola/pknnlkabhggcjihbmccpnbkfkidobgpi |
Description | Exibe a pontuação do seu time no CartolaFC na interface principal do Chrome. |
File Size | 212 KB |
Installation Count | 236 |
Current Version | 2.7 |
Last Updated | 2014-02-27 |
Publish Date | 2014-02-26 |
Rating | 3.39/5 Total 31 Ratings |
Developer | M8 |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cartola", "version": "2.7", "manifest_version": 2, "description": "Exibe a pontua\u00e7\u00e3o do seu time no CartolaFC na interface principal do Chrome.", "permissions": [ "http:\/\/api.cartola.globo.com\/*" ], "browser_action": { "default_title": "", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "fancy-settings\/source\/index.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |