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

ATP CONTENT: đánh dấu highlight từ khóa란 무엇입니까?

ATP CONTENT: đánh dấu highlight từ khóa은(는) atpsoftwarextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tự động tìm và highlight từ và cụm từ trên trang web dựa vào list của bạn"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ATP CONTENT: đánh dấu highlight từ khóa 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 ATP CONTENT: đánh dấu highlight từ khóa ATP CONTENT: đánh dấu highlight từ khóa
ID idpiheecdknamfcfipinpnmmofehpdbm
공식 URL https://chromewebstore.google.com/detail/atp-content-%C4%91%C3%A1nh-d%E1%BA%A5u-high/idpiheecdknamfcfipinpnmmofehpdbm
설명 Tự động tìm và highlight từ và cụm từ trên trang web dựa vào list của bạn
파일 크기 1.5 MB
설치 횟수 31,687
현재 버전 1.2.1
최근 업데이트 2023-08-03
출시 날짜 2020-10-22
평점 3.90/5 총 40 개의 평점
개발자 atpsoftwarextension
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}