Fishtank
Fill your personal aquarium with beautiful digital fish.
什麼是Fishtank?
Fishtank是由Fishtank開發的Chrome擴展程式,該擴展的主要功能是“Fill your personal aquarium with beautiful digital fish.”。
擴展截圖
下載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 |
ID | hblgnkilfpgjgncgjjkdckoimlbfjlko |
官方網址 | 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" } } |