Noisli

Your digital place for focus. Listen to background sounds to mask annoying noises and help you focus while you work, study or relax.

Noisliคืออะไร?

Noisli เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://noisli.com และคุณลักษณะหลักของมันคือ "Your digital place for focus. Listen to background sounds to mask annoying noises and help you focus while you work, study or relax."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Noisli ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Noisli you can create and listen to your own personal sound environment in order to help you focus on your tasks, reduce stress, and to help you relax or simply wind down after a stressful day.
Join almost a million other users that use Noisli to be their little companion throughout their day.

The Noisli chrome extension enables you to have quick and easy access to the main functionalities and features of Noisli.com.

Features:
✔ Get inspired by our curated Playlists
✔ Quickly access and play your Favorite Combos
✔ Timer to work in sessions (advanced features for Pro and Business users only)
✔ Master volume control
✔ Easily share your Combos with your friends and co-workers
✔ Shuffle and Oscillation (Pro and Business users only)
✔ Unlimited streaming (Pro and Business users only)
✔ Completed sessions are added to your daily Timer stats (visible on Noisli.com)

See our pricing for the Pro and Business plan (https://www.noisli.com/pricing)

———
By using this extension, you agree to Noisli’s Terms & Privacy (https://about.noisli.com/terms)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Noisli Noisli
ID klejemegaoblahjdpcajmpcnjjmkmkkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/noisli/klejemegaoblahjdpcajmpcnjjmkmkkf
คำอธิบาย Your digital place for focus. Listen to background sounds to mask annoying noises and help you focus while you work, study or relax.
ขนาดไฟล์ 2.64 MB
จำนวนการติดตั้ง 183,224
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2020-11-21
วันที่เผยแพร่ 2020-02-16
คะแนน 4.14/5 รวมทั้งหมด 813 คะแนน
ผู้พัฒนา https://noisli.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.noisli.com
URL หน้าช่วยเหลือ https://support.noisli.com
URL หน้านโยบายความเป็นส่วนตัว https://about.noisli.com/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noisli",
    "author": "Noisli.com",
    "version": "2.0.4",
    "description": "Your digital place for focus. Listen to background sounds to mask annoying noises and help you focus while you work, study or relax.",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "Noisli",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "cookies",
        "https:\/\/www.noisli.com\/"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "fonts\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-yMe7VxlzSP7BnVQz16gqjvmhlnYzWUsfHx\/U8ft93Fo=' https:\/\/www.google-analytics.com; object-src 'self'"
}