Zentryx Firefox

Examine source code of Zentryx

제작자: 6Ff
Inspect and view changes in Zentryx source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zentryx",
  "version": "1.0.0",
  "description": "Enter browsing zen with control.",
  "browser_specific_settings": {
    "gecko": {
      "id": "zentryx@example.com",
      "strict_min_version": "102.0"
    }
  },
  "icons": {
    "48": "icons/zentryx-48.png",
    "128": "icons/zentryx-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Zentryx",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/zentryx-48.png",
      "128": "icons/zentryx-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "toggle-zen": {
      "suggested_key": {
        "default": "Alt+Shift+Z"
      },
      "description": "Toggle Zen focus mode"
    },
    "tidy-session": {
      "suggested_key": {
        "default": "Alt+Shift+Y"
      },
      "description": "Close duplicates and sort tabs"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

최고의 Zentryx 대안

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