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

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

ATP CONTENT: đánh dấu highlight từ khóa is a Chrome extension developed by atpsoftwarextension, and its main feature is "Tự động tìm và highlight từ và cụm từ trên trang web dựa vào list của bạn".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ATP CONTENT: đánh dấu highlight từ khóa Extension CRX File

Download ATP CONTENT: đánh dấu highlight từ khóa extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Giải quyết nỗi lo về vấn đề vi phạm từ cấm khi chạy quảng cáo                    

Extension Basic Information

Name ATP CONTENT: đánh dấu highlight từ khóa ATP CONTENT: đánh dấu highlight từ khóa
ID idpiheecdknamfcfipinpnmmofehpdbm
Official URL https://chromewebstore.google.com/detail/atp-content-%C4%91%C3%A1nh-d%E1%BA%A5u-high/idpiheecdknamfcfipinpnmmofehpdbm
Description Tự động tìm và highlight từ và cụm từ trên trang web dựa vào list của bạn
File Size 1.5 MB
Installation Count 31,687
Current Version 1.2.1
Last Updated 2023-08-03
Publish Date 2020-10-22
Rating 3.90/5 Total 40 Ratings
Developer atpsoftwarextension
Email [email protected]
Payment Type free
Supported Languages en,vi
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": [
                ""
            ],
            "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"
}