Tide - Focus Timer & White Noise

Tide offers you the best focus timer with natural white noise. Stay focused and increase productivity with Tide!

Tide - Focus Timer & White Noiseคืออะไร?

Tide - Focus Timer & White Noise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tide.fm และคุณลักษณะหลักของมันคือ "Tide offers you the best focus timer with natural white noise. Stay focused and increase productivity with Tide!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tide - Focus Timer & White Noise

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

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

                        Tide, beloved by users on iOS and Android over 120 countries, is officially released for Google Chrome

Tide is an app to help people live mindfully with nature. Packing the great nature sounds like streams, waves and breezes into the app, we offer you a space in Chrome to focus and increase productivity during work and study time.

SPECIAL FEATURES:
🕑 Focus Timer: 
- Customize focus and break time at your desire.
- Based on the Pomodoro Technique, Tide Focus Timer features a short break after a period of focus time. Such method has been proved to improve overall efficiency.
- Block any distracting website in Immersive Mode, helping you stay on target.

📊 Focus Statistics:
- Tracks the amount of time spent on different websites.
- Clearly records your focus time, giving you an accurate picture of a day or a week.

🌿Natural Sounds:
- Five natural sceans make you surrounded by nature: Ocean, rain, forest, muse and café.

Your privacy is important to us. Tide only collect personal information which is adequate, relevant and limited to what is necessary for best user experience. Moreover, we do not store or process any personal data directly, and we will never upload them to any third parties. Learn more about our Private Policy: https://tide.moreless.io/pages/chrome/privacy-policy/en.html

If you find Tide useful, please rate us 5 stars in the Chrome Store. We would REALLY appreciate it :)

STAY IN TOUCH:
E-mail: [email protected]
Instagram: https://www.instagram.com/thetideful/
Weibo: https://weibo.com/tideapp                    

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

ชื่อ Tide - Focus Timer & White Noise Tide - Focus Timer & White Noise
ID lmbegcmkonokdjbhbamhpmkihpachdbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tide-focus-timer-white-no/lmbegcmkonokdjbhbamhpmkihpachdbk
คำอธิบาย Tide offers you the best focus timer with natural white noise. Stay focused and increase productivity with Tide!
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 82,561
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2020-02-09
วันที่เผยแพร่ 2020-02-09
คะแนน 4.41/5 รวมทั้งหมด 289 คะแนน
ผู้พัฒนา https://tide.fm
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://tide.moreless.io/pages/chrome/privacy-policy/en.html
ภาษาที่รองรับ en-US,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.7",
    "default_locale": "en_US",
    "icons": {
        "16": "tide_16.png",
        "48": "tide_48.png",
        "128": "tide_128.png"
    },
    "web_accessible_resources": [
        "tide_128.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "tide_16.png",
            "48": "tide_48.png"
        },
        "default_title": "__MSG_browserIconTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "homepage_url": "https:\/\/tide.fm",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "block.css"
            ],
            "run_at": "document_start",
            "js": [
                "chunk-vendors.js",
                "content.js"
            ]
        }
    ]
}