Tabelando.net
Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.
What is Tabelando.net?
Tabelando.net is a Chrome extension developed by https://tabelando.net, and its main feature is "Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.".
Extension Screenshots
Download Tabelando.net Extension CRX File
Download Tabelando.net 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
Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.
Extension Basic Information
Name | Tabelando.net |
ID | gdjnahjbflalpcebadmgaljcaheaceol |
Official URL | https://chromewebstore.google.com/detail/tabelandonet/gdjnahjbflalpcebadmgaljcaheaceol |
Description | Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome. |
File Size | 85.47 KB |
Installation Count | 26 |
Current Version | 8.0 |
Last Updated | 2017-05-09 |
Publish Date | 2017-05-08 |
Rating | 4.88/5 Total 16 Ratings |
Developer | https://tabelando.net |
Payment Type | free |
Extension Website | http://tabelando.net/ |
Help Page URL | http://tabelando.net/contato |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabelando.net", "version": "8.0", "manifest_version": 2, "description": "Fique ligado em todas as not\u00edcias do Esporte. Acompanhe no seu Navegador Google Chrome.", "icons": { "16": "logo.ico", "48": "logo.ico", "128": "logo.ico" }, "background": { "page": "background.html" }, "permissions": [ "http:\/\/tabelando.net\/feed\/json", "notifications", "activeTab", "background" ], "web_accessible_resources": [ "popup.html" ], "browser_action": { "default_icon": "logo.ico", "default_popup": "popup.html", "default_title": "Tabelando.net" } } |