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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            }
        }
    }
}