tuner

A chromatic tuner for your browser????

tuner란 무엇입니까?

tuner은(는) dtinth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chromatic tuner for your browser????"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A chromatic tuner for your browser????
・ You can use this to conveniently determine the pitch of incoming sound.
・ Shows the note name (like A4 + 22 cents) and the frequency (like 444 hz).
・ Open source: https://github.com/dtinth/tuner-chrome

How to use
・ Click on the extensions icon in the toolbar, then select "tuner".
・ The first time you invoke the extension, it will ask for access to your microphone.
・ Pin it to your toolbar for quick access.

Thanks
・ Powered by JavaScript pitch detection library "pitchy" by Ian Johnson.

------------------------------------------------

Changelog:

v0.1.1 - 2023-09-27
・ You can now select whether to display Middle C as “C3”, “C4”, or “C5”.
・ Middle C is now called “C4” by default to follow the “Scientific pitch notation”.

v0.0.1 - 2021-07-14
・ First release.

------------------------------------------------

MIT License

Copyright (c) 2021 dtinth

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.                    

확장 프로그램 기본 정보

이름 tuner tuner
ID aljjbggdbpfcefnliggdhejickokofej
공식 URL https://chromewebstore.google.com/detail/tuner/aljjbggdbpfcefnliggdhejickokofej
설명 A chromatic tuner for your browser????
파일 크기 19.85 KB
설치 횟수 1,185
현재 버전 0.1.1
최근 업데이트 2023-09-27
출시 날짜 2021-07-14
평점 3.40/5 총 5 개의 평점
개발자 dtinth
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dt.in.th/go/tuner
도움말 페이지 URL https://dt.in.th/go/tuner
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tuner",
    "description": "A chromatic tuner for your browser????",
    "version": "0.1.1",
    "icons": {
        "48": "tuner_48.png",
        "128": "tuner_128.png"
    },
    "action": {
        "default_popup": "tuner.html"
    }
}