Sample

Sample and edit audio directly from your browser

Co to jest Sample?

Sample to rozszerzenie Chrome opracowane przez Roman Paskin, a jego główną funkcją jest „Sample and edit audio directly from your browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sample

Pobierz pliki rozszerzeń Sample 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

                        Sample is a in-browser sampler that makes recording web audio easy and fun

Top features:
* 44.1kHz sampling rate recording
* Stereo or mono recording
* A local file library that saves your recent recordings for future editing/ download
* Up to 15 minutes of continuous recording time 
* Reverse playback
* Export samples in WAV or MP3                    

Podstawowe informacje o rozszerzeniu

Nazwa Sample Sample
ID kpkcennohgffjdgaelocingbmkjnpjgc
Oficjalny URL https://chromewebstore.google.com/detail/sample/kpkcennohgffjdgaelocingbmkjnpjgc
Opis Sample and edit audio directly from your browser
Rozmiar pliku 1.29 MB
Liczba instalacji 209,417
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2022-05-07
Data Publikacji 2019-11-11
Ocena 4.69/5 Łącznie 1241 Oceny
Deweloper Roman Paskin
E-mail romanwhatwhat@gmail.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sample",
    "version": "2.1.0",
    "default_locale": "en",
    "description": "Sample and edit audio directly from your browser",
    "icons": {
        "16": "icons\/16-light.png",
        "48": "icons\/48-light.png",
        "128": "icons\/128-light.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19-light.png",
            "38": "icons\/38-light.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}