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
官方網址 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"
            }
        }
    }
}