tuner
A chromatic tuner for your browser????
tunerとは何ですか?
tunerはdtinthによって開発されたChromeの拡張機能で、その主な機能は「A chromatic tuner for your browser????」です。
拡張機能のスクリーンショット
tuner拡張機能のCRXファイルをダウンロード
tuner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |