Sample

Sample and edit audio directly from your browser

Qu'est-ce que Sample ?

Sample est une extension Chrome développée par Roman Paskin, et sa fonction principale est "Sample and edit audio directly from your browser".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sample

Téléchargez les fichiers d'extension Sample au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sample Sample
ID kpkcennohgffjdgaelocingbmkjnpjgc
URL Officiel https://chromewebstore.google.com/detail/sample/kpkcennohgffjdgaelocingbmkjnpjgc
Description Sample and edit audio directly from your browser
Taille du Fichier 1.29 MB
Nombre d'Installations 209,417
Version Actuelle 2.1.0
Dernière Mise à Jour 2022-05-07
Date de Publication 2019-11-11
Évaluation 4.69/5 Total 1241 Évaluations
Développeur Roman Paskin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}