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은(는) https://noisli.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Noisli 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}