Highlight Mark Flow Firefox

Examine source code of Highlight Mark Flow

提供元: 萌生
Inspect and view changes in Highlight Mark Flow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Highlight Mark Flow",
  "version": "0.3.5",
  "description": "一款免费的本地网页标记工具,支持高亮、备注、导出、管理标记、快速跳转等功能。",
  "action": {
    "default_icon": "assets/icon-512.png",
    "default_popup": "dist/popup/index.html"
  },
  "options_ui": {
    "page": "dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "dist/background/index.mjs"
    ],
    "type": "module"
  },
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "sidePanel"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/contentScripts/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/style.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "new-highlight-mark-flow@flow.soulboy.site",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "denied": [
          {
            "api": "host_permissions",
            "text": "此扩展程序仅使用 Storage API 在本地存储用户的高亮内容和设置数据。不收集、不存储、也不向任何外部服务器传输任何个人身份信息。"
          },
          {
            "api": "storage",
            "text": "本地存储仅用于在本地缓存用户设置和高亮数据。"
          }
        ]
      }
    }
  },
  "homepage_url": "https://flow.soulboy.site/",
  "sidebar_action": {
    "default_panel": "dist/sidepanel/index.html"
  }
}

ベストのHighlight Mark Flow代替案

Highlight Mark Flowに類似したFirefox add-onをいくつか紹介します: