Tabelando.net
Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.
什么是Tabelando.net?
Tabelando.net是由https://tabelando.net开发的Chrome扩展程序,该扩展的主要功能是“Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.”。
扩展截图
下载Tabelando.net扩展crx文件
下载Tabelando.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fique ligado em todas as notícias do Esporte.
Acompanhe no seu Navegador Google Chrome. 扩展基本信息
| 名称 | |
| ID | gdjnahjbflalpcebadmgaljcaheaceol |
| 官方URL | https://chromewebstore.google.com/detail/tabelandonet/gdjnahjbflalpcebadmgaljcaheaceol |
| 简介 | Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome. |
| 文件大小 | 85.47 KB |
| 安装次数 | 26 |
| 当前版本 | 8.0 |
| 更新时间 | 2017-05-09 |
| 上架时间 | 2017-05-08 |
| 评分 | 4.88/5 共16次评分 |
| 开发者 | https://tabelando.net |
| 付费类型 | free |
| 扩展官网 | http://tabelando.net/ |
| 帮助页面URL | http://tabelando.net/contato |
| 支持的语言 | 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"
}
} | |