Take note

Quickly take note and record voice note

Τι είναι το Take note;

Το Take note είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον leetrunghoo, και η κύρια λειτουργία του είναι "Quickly take note and record voice note".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Take note σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension helps to quickly take note or record your voice as a note. You can open it by keyboard shortcuts Alt+W.
Note: to use record function, you need to open the options page of the extension and check "Use recording feature", then allow your browser to use microphone.

If you have any comments, please contact me by email [email protected]

Thanks for your time :)

Change log:
1.2: fix bug can't record.
1.1: enhance code
1.0: first release! Ready for test :D                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Take note Take note
ID olehhaaggejlnmnbgkjcaphdikbfnlbl
Επίσημο URL https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl
Περιγραφή Quickly take note and record voice note
Μέγεθος Αρχείου 370 KB
Αριθμός Εγκαταστάσεων 576
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2015-08-24
Ημερομηνία Δημοσίευσης 2015-08-24
Αξιολόγηση 4.31/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής leetrunghoo
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take note",
    "description": "Quickly take note and record voice note",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon128.png",
        "32": "img\/icon128.png",
        "48": "img\/icon128.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}