ATP CONTENT: đánh dấu highlight từ khóa

ATP CONTENT: đánh dấu highlight từ khóa

Tự động tìm và highlight từ và cụm từ trên trang web dựa vào list của bạn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "common.js",
      "libs/jquery/jquery-3.3.1.js",
      "libs/purify/purify.js",
      "extWordHighlighter_notifications.js",
      "extWordHighlighter_skipSettings.js",
      "extWordHighlighter.js"
    ]
  },
  "browser_action": {
    "default_icon": "Plugin16.png",
    "default_popup": "popup.html?width=650"
  },
  "commands": {
    "ScrollHighlight": {
      "description": "ScrollHighlight",
      "suggested_key": {
        "default": "Ctrl+Shift+Space",
        "mac": "Command+Shift+Space"
      }
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "highlightThis.css"
      ],
      "js": [
        "common.js",
        "libs/jquery/jquery-3.3.1.js",
        "highlightEngine.js",
        "tabWordHighlighter.js"
      ],
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "vi",
  "description": "__MSG_application_description__",
  "icons": {
    "16": "Plugin16.png",
    "96": "Plugin96.png"
  },
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "permissions": [
    "tabs",
    "contextMenus",
    "notifications",
    "storage"
  ],
  "short_name": "ATP CONTENT",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.1"
}