Super Audio

Record audio snippets in your browser!

Super Audioとは何ですか?

Super Audioはhttp://detailed.comによって開発されたChromeの拡張機能で、その主な機能は「Record audio snippets in your browser!」です。

拡張機能のスクリーンショット

screenshot

Super Audio拡張機能のCRXファイルをダウンロード

Super Audio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}