Tab Garden
A pocket-sized garden sim browser extension.
What is Tab Garden?
Tab Garden is a Chrome extension developed by jjoak3, and its main feature is "A pocket-sized garden sim browser extension.".
Extension Screenshots
Download Tab Garden Extension CRX File
Download Tab Garden extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tab Garden |
ID | jomnejaeeemedocdjbjpmehakhdkcfpl |
Official URL | https://chromewebstore.google.com/detail/tab-garden/jomnejaeeemedocdjbjpmehakhdkcfpl |
Description | A pocket-sized garden sim browser extension. |
File Size | 188 KB |
Installation Count | 231 |
Current Version | 1.0.0 |
Last Updated | 2023-01-02 |
Publish Date | 2022-11-16 |
Rating | 4.00/5 Total 3 Ratings |
Developer | jjoak3 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |