Breathing scrolling

Blow into the headset to scroll websites or pdf documents. Powered by http://www.breathinglabs.com/.

Breathing scrolling là gì?

Breathing scrolling là một tiện ích mở rộng Chrome được phát triển bởi https://breathinglabs.com, và tính năng chính của nó là "Blow into the headset to scroll websites or pdf documents. Powered by http://www.breathinglabs.com/.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Breathing scrolling

Tải xuống các tệp mở rộng Breathing scrolling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Breathing Scrolling™ is a new healthy way to scroll websites or pdf documents, without using your mouse or keyboard. Just Blow into the headset to scroll any website or pdf document.

Breathing scrolling uses specially designed algorithm for blow detection that was originally designed to encourage deep breathing  and ease shortness of breath. Therefore we recommend using this extension with pursed lip breathing technique (the act of exhaling through tightly pressed, pursed lips). 
 

This application is designed to work best with BREATHING+ headset. Using your device's inbuilt microphone and/or headset may result in damages not covered by the warranty. For optimal performance and to ensure protection of your device, buy BREATHING+ headset: www.breathinglabs.com.

Usage:
 
- Plugin your device's headset (microphone)
- Whenever you open or refresh your selected website you will need to allow                access to your microphone in the notification window that appears automatically.
- Now you can blow into the microphone and scroll your desired website.
- When blow is detected, blue B+ sign will appear on the icon.

Notes:
If you click on the icon the pop up window with several options appears:

- Disable or enable you extension with the on and off button (this will also disable or enable microphone notification window to popout for this extension only)
- With speed slider select you desired website scrolling speed.
- If for any reason microphone notification window does not appear when you open or refresh  website just simply refresh website and try again.
- Sometimes the website will not scroll even though blow was detected. Just simply click on the speed slider in the icon pop up window and try again.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Breathing scrolling Breathing scrolling
ID eiblpipblgnenllddpmfgonelobclmfb
URL Chính Thức https://chromewebstore.google.com/detail/breathing-scrolling/eiblpipblgnenllddpmfgonelobclmfb
Mô tả Blow into the headset to scroll websites or pdf documents. Powered by http://www.breathinglabs.com/.
Kích Thước Tệp 2.15 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 5.2.6
Cập Nhật Lần Cuối 2015-02-11
Ngày Phát Hành 2015-02-11
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://breathinglabs.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.breathinglabs.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/scroll_event.js"
            ],
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "Breathing scrolling",
    "version": "5.2.6",
    "manifest_version": 2,
    "description": "Blow into the headset to scroll websites or pdf documents. Powered by http:\/\/www.breathinglabs.com\/.",
    "homepage_url": "http:\/\/www.breathinglabs.com\/breathing-web-scrolling\/",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    }
}