Take note

Quickly take note and record voice note

什么是Take note?

Take note是由leetrunghoo开发的Chrome扩展程序,该扩展的主要功能是“Quickly take note and record voice note”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Take note扩展crx文件

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