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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}