Zen noise
Background noise to improve your productivity (rain and thunder, birds, cafe)
什麼是Zen noise?
Zen noise是由Sakalou Aliaksei開發的Chrome擴展程式,該擴展的主要功能是“Background noise to improve your productivity (rain and thunder, birds, cafe)”。
擴展截圖
下載Zen noise擴展crx文件
下載Zen noise擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
In the modern world it is very difficult to relax. This extension creates a pleasant background noise for work or relaxation.
擴展基本資訊
名稱 | |
ID | gglenjeeebfkpaocofnmbpcaafihhgpo |
官方網址 | https://chrome.google.com/webstore/detail/zen-noise/gglenjeeebfkpaocofnmbpcaafihhgpo |
簡介 | Background noise to improve your productivity (rain and thunder, birds, cafe) |
檔案大小 | 13.33 MB |
安裝次數 | 309 |
目前版本 | 1.0 |
更新時間 | 2019-05-10 |
上架時間 | 2019-05-10 |
評分 | 4.67/5 共 6 次評分 |
開發者 | Sakalou Aliaksei |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://zennoise.github.io |
說明頁面URL | https://zennoise.github.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zen noise", "description": "Background noise to improve your productivity (rain and thunder, birds, cafe)", "version": "1.0", "author": "Sakalou Aliaksei", "homepage_url": "https:\/\/zennoise.github.io", "browser_action": { "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "default_popup": "popup.html" }, "permissions": [ "background" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "offline_enabled": true } |