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" ] } |