Voice Notes

Quickly record voice note

Voice Notesとは何ですか?

Voice NotesはFast Simple Appsによって開発されたChromeの拡張機能で、その主な機能は「Quickly record voice note」です。

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

screenshot

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

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

拡張機能の使用方法

                        Create voice notes and add audio feedback for any projects/homework.

Instead of writing long notes & emails when you're marking homework/grading a project, simply
use this extension to create voice notes instead.

The voice notes which you create are stored locally on your hard drive and you can upload these
voice notes in your e-mails.

Its extremely easy to begin recording your own voice notes, simply press the bottom right red button
and you can start.

Start giving audio feedback instead of writing out long detailed emails today. Try this voice notes
software now and save time on giving feedback.                    

拡張機能の基本情報

名前 Voice Notes Voice Notes
ID ikjmjddgkofpfmajnfoadcnnakdpgkoi
公式URL https://chromewebstore.google.com/detail/voice-notes/ikjmjddgkofpfmajnfoadcnnakdpgkoi
説明 Quickly record voice note
ファイルサイズ 1.84 MB
インストール数 1,839
現在のバージョン 1.0.1
最終更新日 2023-10-29
公開日 2022-03-23
評価 4.14/5 合計 7 レビュー
開発者 Fast Simple Apps
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_popup": "ui\/popup.html",
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_page": "ui\/options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "homepage_url": "https:\/\/voice-notes.freespeedcheck.net\/"
}