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

O que é ATP CONTENT: đánh dấu highlight từ khóa?

ATP CONTENT: đánh dấu highlight từ khóa é uma extensão do Chrome desenvolvida por atpsoftwarextension, e sua principal característica é "Tự động tìm và highlight từ và cụm từ trên trang web dựa vào list của bạn".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ATP CONTENT: đánh dấu highlight từ khóa

Baixe arquivos de extensão ATP CONTENT: đánh dấu highlight từ khóa no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ATP CONTENT: đánh dấu highlight từ khóa ATP CONTENT: đánh dấu highlight từ khóa
ID idpiheecdknamfcfipinpnmmofehpdbm
URL Oficial https://chromewebstore.google.com/detail/atp-content-%C4%91%C3%A1nh-d%E1%BA%A5u-high/idpiheecdknamfcfipinpnmmofehpdbm
Descrição Tự động tìm và highlight từ và cụm từ trên trang web dựa vào list của bạn
Tamanho do Arquivo 1.5 MB
Contagem de Instalações 31,687
Versão Atual 1.2.1
Última Atualização 2023-08-03
Data de Publicação 2020-10-22
Classificação 3.90/5 Total de 40 Avaliações
Desenvolvedor atpsoftwarextension
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}