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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.
확장 프로그램 기본 정보
이름 | Tabelando.net |
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" } } |