Notes Tabs Popup TinyMCE

Notes Tabs Popup TinyMCE

Create note tabs and make notes in TinyMCE editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "image.png",
    "default_popup": "popup.html",
    "default_title": "Notes Tabs Popup TinyMCE"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "chromeos": "Ctrl+Shift+U",
        "linux": "Ctrl+Shift+J",
        "mac": "Command+Shift+Y",
        "windows": "Ctrl+Shift+Y"
      }
    }
  },
  "description": "Create note tabs and make notes in TinyMCE editor",
  "icons": {
    "16": "image.png",
    "48": "image.png",
    "128": "image.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmZudePQ3sJ0zviMT/W9D/KlVJv/Ld7Ah+dsVITQf8p5lbkArGnS6pvsrUjD4XLVcp3IgLJhjGc82ofh/eAMLEO1EhahAizRlY/QxTkgLq1EvXdk/ZBQ54aWp6Ypuk7o9kD2t9vx+ZkKTmvYmGQjSM8DgksnopHC14FPAcAi0f7fkZu6qrJb1Z3/PAnrgrOpiS/8ZA4NI6cDinIEalfiM7zZltvq4bznTZZY5E54xnzSg77Xu+7/mw2m0uUrWJTeaK46gOF+2o52FiGYLAKpNLWzJ4/zV32haANfkudgksIwvrCS+8qx1ZVXF8UzOm575CkhS02GZ7t7Nsz02pJZSZQIDAQAB",
  "manifest_version": 3,
  "name": "Notes Tabs Popup TinyMCE",
  "permissions": [
    "downloads"
  ],
  "short_name": "NotesTabsPop",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.4"
}