Auto lights chosen words on a page

Automatic search, selection and notification by keywords on the page

Auto lights chosen words on a page란 무엇입니까?

Auto lights chosen words on a page은(는) LisL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic search, selection and notification by keywords on the page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Auto lights chosen words on a page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Very easy to setup and easy to use extension. Simply specify a comma-separated words and phrases, and you will not miss them on the page you are viewing. Color selection of your words or phrases, balloon, voice notification.                    

확장 프로그램 기본 정보

이름 Auto lights chosen words on a page Auto lights chosen words on a page
ID bconbeacmfpaoidhfngjdjjffjhjlfmd
공식 URL https://chromewebstore.google.com/detail/auto-lights-chosen-words/bconbeacmfpaoidhfngjdjjffjhjlfmd
설명 Automatic search, selection and notification by keywords on the page
파일 크기 55.02 KB
설치 횟수 4,582
현재 버전 1.9
최근 업데이트 2012-10-09
출시 날짜 2012-10-08
평점 3.68/5 총 56 개의 평점
개발자 LisL
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.9",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "pic\/icon_1616.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "tts"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "pic\/icon_1616.png",
        "48": "pic\/icon_4848.png",
        "128": "pic\/icon_128128.png"
    },
    "web_accessible_resources": [
        "pic\/link.png",
        "pic\/bg.png",
        "pic\/icon_4848.png"
    ]
}