Coder Notes Firefox

Examine source code of Coder Notes

제작자: Damir Šijaković
Inspect and view changes in Coder Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Coder Notes",
  "version": "0.6",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Coder Notes",
    "default_icon": {
      "16": "icons/icon.png",
      "32": "icons/icon.png",
      "64": "icons/icon.png"
    }
  },
  "web_accessible_resources": [
    "main.html",
    "lib/app.js",
    "ace/ace.js",
    "ace/mode-php.js",
    "ace/theme-monokai.js",
    "ace/snippets/php.js"
  ],
  "content_security_policy": "script-src 'self' https://code.jquery.com blob:; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{be87dfd8-1e0d-478e-be80-5201fb93160a}"
    }
  }
}

최고의 Coder Notes 대안

다음은 Coder Notes과(와) 유사한 Firefox add-on입니다: