QuickRecord - Take shorthand notes in the browser

QuickRecord - Take shorthand notes in the browser

Convenient and simple browser extensions allow you to quickly record content while browsing web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "QuickRecord - 在浏览器中速记笔记"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "93",
  "default_locale": "zh_CN",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0",
  "icons": {
    "40": "img/icon-40.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}