Smoothie

Adds audio visualisation effects to the tabs playing music.

Smoothie란 무엇입니까?

Smoothie은(는) https://denull.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds audio visualisation effects to the tabs playing music."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Визуализатор воспроизводящейся во вкладке браузера музыки. Включает в себя 6 образов, переключающихся в случайном порядке каждые 30 секунд.

Чтобы запустить визуализацию, откройте вкладку с любым плеером (ВКонтакте, Google Play Музыка, Яндекс.Музыка, YouTube), начните воспроизведение и нажмите кнопку расширения (сверху справа). Чтобы остановить визуализатор, нажмите ту же кнопку повторно.

F11 — переход в полноэкранный режим.                    

확장 프로그램 기본 정보

이름 Smoothie Smoothie
ID phmafonemlhbogljagjinpgbejgohlag
공식 URL https://chromewebstore.google.com/detail/smoothie/phmafonemlhbogljagjinpgbejgohlag
설명 Adds audio visualisation effects to the tabs playing music.
파일 크기 116 KB
설치 횟수 296
현재 버전 1.0
최근 업데이트 2014-06-27
출시 날짜 2014-06-27
평점 4.50/5 총 6 개의 평점
개발자 https://denull.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/deNULL/Smoothie
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smoothie",
    "version": "1.0",
    "icons": {
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "description": "Adds audio visualisation effects to the tabs playing music.",
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png"
        },
        "default_title": "Start audio visualisation"
    },
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    }
}