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文件
下载Frase em nova aba - www.frase.site扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |