Super Audio

Record audio snippets in your browser!

Cos'è Super Audio?

Super Audio è un'estensione di Chrome sviluppata da http://detailed.com, e la sua funzione principale è "Record audio snippets in your browser!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Super Audio

Scarica i file di estensione Super Audio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Record voice messages straight from Google Chrome at the click of a button.

Introduce new users to your membership websites. Save your hands from typing. Interact with potential customers in a new way.

If it ever makes sense to speak rather than type, Super Audio has you covered.

Once you've finished recording, the file is automatically uploaded and copied to your clipboard for easy sharing.                    

Informazioni di Base sull'Estensione

Nome Super Audio Super Audio
ID linccabingojcfoeenkkicpndhpnfejm
URL Ufficiale https://chrome.google.com/webstore/detail/super-audio/linccabingojcfoeenkkicpndhpnfejm
Descrizione Record audio snippets in your browser!
Dimensione del File 313 KB
Conteggio Installazioni 14
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-04-26
Data di Pubblicazione 2020-04-26
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://detailed.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Samir",
    "version": "1.0.0",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/128.png"
        },
        "default_title": "Detailed Audio"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "notifications",
        "activeTab",
        "clipboardWrite"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}