Frequency Generator

Generate audio tones of any frequency.

Co to jest Frequency Generator?

Frequency Generator to rozszerzenie Chrome opracowane przez https://piledltd.co.uk, a jego główną funkcją jest „Generate audio tones of any frequency.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Frequency Generator

Pobierz pliki rozszerzeń Frequency Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Key Features:
Adjustable frequency from 0-2000 Hz
Volume slider
Sine, square, sawtooth, or triangle waveform types
Customisable minimum and maximum frequency
+- 1,10 and 100 Hz buttons 

Background playback is not possible due to chrome extension permission limitations. However, if the tab that the extension was started on is left playing in the background and not minimised, the tone can continue playing underneath another window.

With the Frequency Audio Tone Generator, you can experiment with different frequencies, create reference tones, test audio equipment, generate calming sounds for relaxation and meditation or test your hearing range.                    

Podstawowe informacje o rozszerzeniu

Nazwa Frequency Generator Frequency Generator
ID pdigmeadjndmigjdjakkhmfnckenajii
Oficjalny URL https://chromewebstore.google.com/detail/frequency-generator/pdigmeadjndmigjdjakkhmfnckenajii
Opis Generate audio tones of any frequency.
Rozmiar pliku 16.41 KB
Liczba instalacji 233
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-12-08
Data Publikacji 2023-07-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://piledltd.co.uk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://piledltd.co.uk/frequency-generator-chrome-extension/
Adres URL Strony Polityki Prywatności https://piledltd.co.uk/privacy-policy-for-tone-generator-chrome-extension
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Frequency Generator",
    "description": "Generate audio tones of any frequency.",
    "version": "1.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}