Frase em nova aba - www.frase.site
Frases que vão te motivar e tornar seu dia melhor! Cada aba que você abre no navegador uma nova frase inspiradora!
Frase em nova aba - www.frase.site란 무엇입니까?
Frase em nova aba - www.frase.site은(는) www.frase.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Frases que vão te motivar e tornar seu dia melhor! Cada aba que você abre no navegador uma nova frase inspiradora!"입니다.
확장 프로그램 스크린샷
Frase em nova aba - www.frase.site 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
extensao
확장 프로그램 기본 정보
이름 | |
ID | lhemjanhppnehifhkpfpiiakgefgpmmb |
공식 URL | https://chrome.google.com/webstore/detail/frase-em-nova-aba-wwwfras/lhemjanhppnehifhkpfpiiakgefgpmmb |
설명 | Frases que vão te motivar e tornar seu dia melhor! Cada aba que você abre no navegador uma nova frase inspiradora! |
파일 크기 | 12.3 KB |
설치 횟수 | 50 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2016-02-17 |
출시 날짜 | 2016-02-13 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | www.frase.site |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.frase.site/chrome |
도움말 페이지 URL | http://www.frase.site/chrome |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Frase em nova aba - www.frase.site", "description": "Frases que v\u00e3o te motivar e tornar seu dia melhor! Cada aba que voc\u00ea abre no navegador uma nova frase inspiradora!", "version": "1.0.0", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "images\/ico-16.png", "default_popup": "index.html", "default_title": "Nova Frase" }, "icons": { "16": "images\/ico-16.png", "32": "images\/ico-32.png", "64": "images\/ico-64.png", "128": "images\/ico-128.png" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "images\/ico-32.png" ] } |