Fishtank

Fill your personal aquarium with beautiful digital fish.

Fishtankคืออะไร?

Fishtank เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fishtank และคุณลักษณะหลักของมันคือ "Fill your personal aquarium with beautiful digital fish."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fishtank

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}