Take note

Take note

Quickly take note and record voice note

Merlin
Additional files are visible only to premium users

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