Tab Garden
A pocket-sized garden sim browser extension.
Tab Gardenとは何ですか?
Tab Gardenはjjoak3によって開発されたChromeの拡張機能で、その主な機能は「A pocket-sized garden sim browser extension.」です。
拡張機能のスクリーンショット
Tab Garden拡張機能のCRXファイルをダウンロード
Tab Garden拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab Garden replaces your New Tab page with a pocket-sized garden sim.
Water your plants and watch them grow 🌱 Crossbreed flowers to produce new varieties 🌷 Collect all 12!
Data is stored locally. 拡張機能の基本情報
| 名前 | |
| ID | jomnejaeeemedocdjbjpmehakhdkcfpl |
| 公式URL | https://chromewebstore.google.com/detail/tab-garden/jomnejaeeemedocdjbjpmehakhdkcfpl |
| 説明 | A pocket-sized garden sim browser extension. |
| ファイルサイズ | 188 KB |
| インストール数 | 231 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-01-02 |
| 公開日 | 2022-11-16 |
| 評価 | 4.00/5 合計 3 レビュー |
| 開発者 | jjoak3 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Garden",
"description": "A pocket-sized garden sim browser extension.",
"author": "Joe Oak",
"version": "1.0.0",
"chrome_url_overrides": {
"newtab": ".\/index.html"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src 'self' data:"
},
"icons": {
"16": ".\/tab-gdn-icon-16.png",
"48": ".\/tab-gdn-icon-48.png",
"128": ".\/tab-gdn-icon-128.png"
},
"manifest_version": 3,
"permissions": [
"storage"
]
} | |