Voice Notes

Quickly record voice note

Τι είναι το Voice Notes;

Το Voice Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fast Simple Apps, και η κύρια λειτουργία του είναι "Quickly record voice note".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Voice Notes

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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\/"
}