Fluid Simulation - Stress Reliever
Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment
什麼是Fluid Simulation - Stress Reliever?
Fluid Simulation - Stress Reliever是由Bhupesh Singh開發的Chrome擴展程式,該擴展的主要功能是“Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment”。
擴展截圖
下載Fluid Simulation - Stress Reliever擴展crx文件
下載Fluid Simulation - Stress Reliever擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Relax while you surf the web. Clicking on the extension icon will quickly open a fluid window which you can play with :)
擴展基本資訊
名稱 | Fluid Simulation - Stress Reliever |
ID | dlkcfbdmfhafkppclljenakmjebnhgen |
官方網址 | https://chromewebstore.google.com/detail/fluid-simulation-stress-r/dlkcfbdmfhafkppclljenakmjebnhgen |
簡介 | Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment |
檔案大小 | 78.76 KB |
安裝次數 | 1,000 |
目前版本 | 0.0.3 |
更新時間 | 2024-01-31 |
上架時間 | 2022-03-23 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Bhupesh Singh |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://direct.me/bhupesh |
說明頁面URL | https://direct.me/bhupesh |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fluid Simulation - Stress Reliever", "version": "0.0.3", "manifest_version": 3, "description": "Fluid Simulation helps with relaxation, stress relief, anxiety and pure enjoyment", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo\/splash-16.png", "32": "\/images\/logo\/splash-32.png", "48": "\/images\/logo\/splash-48.png", "128": "\/images\/logo\/splash-128.png" } }, "icons": { "16": "\/images\/logo\/splash-16.png", "32": "\/images\/logo\/splash-32.png", "48": "\/images\/logo\/splash-48.png", "128": "\/images\/logo\/splash-128.png" }, "options_page": "about.html", "permissions": [ "storage" ] } |