Fishtank

Fill your personal aquarium with beautiful digital fish.

Fishtankとは何ですか?

FishtankはFishtankによって開発されたChromeの拡張機能で、その主な機能は「Fill your personal aquarium with beautiful digital fish.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fishtank拡張機能のCRXファイルをダウンロード

Fishtank拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Fishtank lets you populate your own personal aquarium with spectacular digital fish. Earning fish eggs is simple - spend enough time on a popular site and you will eventually unlock a unique fish. Your fish will grow over time without needing food or care, happy to swim around the dynamic aquarium in your browser.

I hope you enjoy using this browser extension - as an independent developer, I had a blast creating each fish from scratch based on the world's favorite websites, and I'm always coming up with new ones to add to the game. I hope you have fun watching your fish tank grow as you continue to browse the web!

Privacy notice: your browsing activity is occasionally sampled in order to generate unique fish for you - it is not collected by me or anyone else.                    

拡張機能の基本情報

名前 Fishtank Fishtank
ID hblgnkilfpgjgncgjjkdckoimlbfjlko
公式URL https://chromewebstore.google.com/detail/fishtank/hblgnkilfpgjgncgjjkdckoimlbfjlko
説明 Fill your personal aquarium with beautiful digital fish.
ファイルサイズ 208 KB
インストール数 12,234
現在のバージョン 1.0.4
最終更新日 2020-05-27
公開日 2020-05-26
評価 3.98/5 合計 40 レビュー
開発者 Fishtank
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fishtank",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Fill your personal aquarium with beautiful digital fish.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/helpers.js",
            "js\/background\/helpers.js",
            "js\/background\/main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "default_locale": "en",
    "options_page": "src\/options.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Fishtank",
        "default_popup": "src\/popup.html"
    }
}