Fast Notion Chrome Extension

Fast Notion Chrome Extension

Fast Notion の Chrome 拡張機能

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fast Notion Chrome Extension",
  "description": "Fast Notion の Chrome 拡張機能",
  "manifest_version": 3,
  "version": "0.3.0",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon3.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+F",
        "mac": "Command+Shift+F",
        "chromeos": "Ctrl+Shift+F"
      }
    }
  },
  "permissions": [
    "storage"
  ]
}