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

Qu'est-ce que ATP CONTENT: đánh dấu highlight từ khóa ?

ATP CONTENT: đánh dấu highlight từ khóa est une extension Chrome développée par atpsoftwarextension, et sa fonction principale est "Tự động tìm và highlight từ và cụm từ trên trang web dựa vào list của bạn".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ATP CONTENT: đánh dấu highlight từ khóa

Téléchargez les fichiers d'extension ATP CONTENT: đánh dấu highlight từ khóa au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ATP CONTENT: đánh dấu highlight từ khóa ATP CONTENT: đánh dấu highlight từ khóa
ID idpiheecdknamfcfipinpnmmofehpdbm
URL Officiel 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
Taille du Fichier 1.5 MB
Nombre d'Installations 31,687
Version Actuelle 1.2.1
Dernière Mise à Jour 2023-08-03
Date de Publication 2020-10-22
Évaluation 3.90/5 Total 40 Évaluations
Développeur atpsoftwarextension
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}