Super Audio

Record audio snippets in your browser!

Super Audio क्या है?

Super Audio http://detailed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record audio snippets in your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Audio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Super Audio Super Audio
ID linccabingojcfoeenkkicpndhpnfejm
आधिकारिक URL https://chrome.google.com/webstore/detail/super-audio/linccabingojcfoeenkkicpndhpnfejm
विवरण Record audio snippets in your browser!
फ़ाइल का आकार 313 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-04-26
प्रकाशन तिथि 2020-04-26
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर http://detailed.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}