Fireplace
The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.
Fireplaceとは何ですか?
FireplaceはHagensMedia.comによって開発されたChromeの拡張機能で、その主な機能は「The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.」です。
拡張機能のスクリーンショット
Fireplace拡張機能のCRXファイルをダウンロード
Fireplace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No Fireplace? Let every new tab that you on your browser have a roaring virtual fireplace. 拡張機能の基本情報
| 名前 | |
| ID | mcdhcdpjbogkejlhogcakicmmiielhkk |
| 公式URL | https://chromewebstore.google.com/detail/fireplace/mcdhcdpjbogkejlhogcakicmmiielhkk |
| 説明 | The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace. |
| ファイルサイズ | 16.09 MB |
| インストール数 | 351 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-02-05 |
| 公開日 | 2018-02-05 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | HagensMedia.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.freefireplaces.com/ |
| ヘルプページのURL | https://www.freefireplaces.com/ |
| プライバシーポリシーページのURL | http://hagensmedia.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fireplace",
"version": "1.1",
"description": "The online virtual fireplace extension. Turn any new tab into a relaxing roaring fireplace.",
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"128": "assets\/icon.png"
},
"browser_action": [],
"permissions": [
"storage"
]
} | |